This commit is contained in:
teasiu
2023-12-06 02:33:31 +08:00
parent f5c3cf378e
commit 2b21efff97

View File

@@ -130,11 +130,11 @@ const config = {
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://beian.miit.gov.cn/">粤ICP备2022054080号</a>`,
copyright: `Copyright © ${new Date().getFullYear()} <a href="https://beian.miit.gov.cn/">粤ICP备2022054080-1号</a>`,
},
prism: {
theme: lightCodeTheme,
theme: darkCodeTheme,
darkTheme: darkCodeTheme,
},
}),