This commit is contained in:
david 2024-09-30 16:18:04 +08:00
parent 111874a2b7
commit 759da193e3
1 changed files with 6 additions and 1 deletions

View File

@ -46,6 +46,11 @@ export default defineConfig({
socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
],
footer: {
message: 'Released MIT License.',
copyright: 'Copyright © 2024-present apinb.com'
}
}
})