diff --git a/docusaurus.config.js b/docusaurus.config.js index b760a7d..8e732fe 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -130,11 +130,11 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} 粤ICP备2022054080号`, + copyright: `Copyright © ${new Date().getFullYear()} 粤ICP备2022054080-1号`, }, prism: { - theme: lightCodeTheme, + theme: darkCodeTheme, darkTheme: darkCodeTheme, }, }),