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

wangweipeng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 37e2bcd6 fix avatar image broken (#248)
37e2bcd6 is described below

commit 37e2bcd6cd9ae49b50f76730c4ded66304e7e6b2
Author: weipeng <[email protected]>
AuthorDate: Fri Jun 6 14:42:50 2025 +0800

    fix avatar image broken (#248)
    
    #246
    
    Co-authored-by: quanzheng <[email protected]>
---
 docusaurus.config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 48ece3cb..e8539def 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -86,7 +86,7 @@ const config: Config = {
 
   themeConfig: {
     metadata: [
-      {'http-equiv': 'Content-Security-Policy', content: "frame-src 'self' 
https://ghbtns.com"},
+      {'http-equiv': 'Content-Security-Policy', content: "frame-src 'self' 
https://ghbtns.com; img-src 'self' https://github.com"},
     ],
     navbar: {
       title: '',


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

Reply via email to