We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbb243 commit ed6e90aCopy full SHA for ed6e90a
docusaurus.config.js
@@ -12,6 +12,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
12
onBrokenLinks: 'ignore',
13
onBrokenMarkdownLinks: 'warn',
14
favicon: 'img/favicon.ico',
15
+ headTags: [
16
+ {
17
+ tagName: 'meta',
18
+ attributes: {
19
+ 'http-equiv': 'Content-Security-Policy',
20
+ content: "img-src 'self' data: https: http: blob:; object-src 'none';"
21
+ }
22
23
+ ],
24
organizationName: 'Apache Linkis', // Usually your GitHub org/user name.
25
projectName: 'Apache Linkis', // Usually your repo name.
26
i18n: {
0 commit comments