From abdd3aa4f6be6ff9494a86cda0264376780cbe84 Mon Sep 17 00:00:00 2001 From: teasiu Date: Wed, 11 Oct 2023 20:33:20 +0800 Subject: [PATCH] update --- docusaurus.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1a74560..7ed93bc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -128,7 +128,8 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} www.ecoo.top`, + copyright: `Copyright © ${new Date().getFullYear()} www.ecoo.top 粤ICP备2022054080号`, + }, prism: { theme: lightCodeTheme,