diff --git a/docusaurus.config.js b/docusaurus.config.js index c0fd96d29..86583cafb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -64,7 +64,7 @@ module.exports = { { html: ` - CNCF + CNCF `, }, @@ -160,7 +160,7 @@ module.exports = { position: 'right', icon: { alt: 'github logo', - src: `/logos/github.svg`, + src: `https://img.shields.io/github/stars/zeromicro/go-zero`, href: 'https://github.com/zeromicro/go-zero', target: '_blank', },