diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4037c9bf4..d97952c5f 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -152,8 +152,8 @@ export default defineConfig({ search, footer: { message: `${feedback} (rev: ${commitRef})`, - copyright: `© ${new Date().getFullYear()}, Estd 2018.
This site does not host any files.` - }, + copyright: `© ${new Date().getFullYear()}, Estd 2018.
This site does not host any files.` + }, editLink: { pattern: 'https://github.com/fmhy/edit/edit/main/docs/:path', text: '📝 Edit this page'