diff options
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r-- | docs/vitepress.config.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/vitepress.config.ts b/docs/vitepress.config.ts index 25d9e36..735401d 100644 --- a/docs/vitepress.config.ts +++ b/docs/vitepress.config.ts @@ -22,8 +22,8 @@ export default defineConfig({ logo: "/icon.svg", footer: { - message: 'Released under the LGPL v2.1 License', - copyright: 'Logo is created by VDawg' + message: "Released under the LGPL v2.1 License", + copyright: "Logo is created by VDawg", }, nav: [ @@ -43,7 +43,7 @@ export default defineConfig({ { text: "Contributing", link: github("/blob/main/CONTRIBUTING.md") }, { text: "Changelog", link: github("/blob/main/CHANGELOG.md") }, ], - } + }, ], sidebar: [ @@ -110,6 +110,6 @@ export default defineConfig({ search: { provider: "local", - } + }, }, }) |