From 2b21efff97f84b417f0818e94232b1fb072666ac Mon Sep 17 00:00:00 2001 From: teasiu Date: Wed, 6 Dec 2023 02:33:31 +0800 Subject: [PATCH] update --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, }, }),