Skip to content

Commit ed6e90a

Browse files
authored
fix github author img show issue
fix github author img show issue
1 parent bcbb243 commit ed6e90a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
1212
onBrokenLinks: 'ignore',
1313
onBrokenMarkdownLinks: 'warn',
1414
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+
],
1524
organizationName: 'Apache Linkis', // Usually your GitHub org/user name.
1625
projectName: 'Apache Linkis', // Usually your repo name.
1726
i18n: {

0 commit comments

Comments
 (0)