This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new ed6e90ab094 fix github author img show issue
ed6e90ab094 is described below

commit ed6e90ab094fa224285fa028145dd7d005955c9a
Author: Casion <[email protected]>
AuthorDate: Sat Oct 11 12:54:46 2025 +0800

    fix github author img show issue
    
    fix github author img show issue
---
 docusaurus.config.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 7f32806d1a7..da8b27a9998 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -12,6 +12,15 @@ const darkCodeTheme = 
require('prism-react-renderer/themes/dracula');
   onBrokenLinks: 'ignore',
   onBrokenMarkdownLinks: 'warn',
   favicon: 'img/favicon.ico',
+  headTags: [
+    {
+      tagName: 'meta',
+      attributes: {
+        'http-equiv': 'Content-Security-Policy',
+        content: "img-src 'self' data: https: http: blob:; object-src 'none';"
+      }
+    }
+  ],
   organizationName: 'Apache Linkis', // Usually your GitHub org/user name.
   projectName: 'Apache Linkis', // Usually your repo name.
   i18n: {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to