Skip to content
/ API Public template

Commit b1cff32

Browse files
authored
Fix footer formatting in VitePress config
1 parent b9e7d94 commit b1cff32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ export default defineConfig({
5757
footer: {
5858
message: '<a href="/guide/terms-of-service">服务条款 (Terms of Service)</a> | <a href="/guide/privacy-policy">隐私政策 (Privacy Policy)</a>',
5959
copyright: 'Copyright © 2017-present 姬长信 API'
60-
}
61-
},
60+
},
6261
outlineTitle: '本页目录',
6362
socialLinks: [
6463
{ icon: 'github', link: 'https://github.com/insoxin/API' }

0 commit comments

Comments
 (0)