diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 495605c288..a90686361f 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -611,7 +611,7 @@ export default defineConfigWithTheme({ text: 'MIT License', link: 'https://opensource.org/licenses/MIT' }, - copyright: `Copyright © 2014-${new Date().getFullYear()} Evan You` + copyright: `Bản quyền © 2014-${new Date().getFullYear()} Evan You` } }, diff --git a/.vitepress/theme/components/Home.vue b/.vitepress/theme/components/Home.vue index eb0e73cc2f..d21c959bbf 100644 --- a/.vitepress/theme/components/Home.vue +++ b/.vitepress/theme/components/Home.vue @@ -6,17 +6,16 @@ import SponsorsGroup from './SponsorsGroup.vue';