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 96018320 Fix avator (#249)
96018320 is described below
commit 960183206452211d0eb3c9ac426148b2cd41d165
Author: weipeng <[email protected]>
AuthorDate: Fri Jun 6 15:05:35 2025 +0800
Fix avator (#249)
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 e8539def..65a07781 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; img-src 'self' https://github.com"},
+ {'http-equiv': 'Content-Security-Policy', content: "frame-src 'self'
https://ghbtns.com; img-src 'self' https://github.com data:;"},
],
navbar: {
title: '',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]