summaryrefslogtreecommitdiff
path: root/docs/vitepress.config.ts
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-10 01:35:23 +0000
committerAylur <[email protected]>2024-10-10 01:35:23 +0000
commit03f1a08f6e5996e5d3d7ff3952465c9c29b9f624 (patch)
treea42aa553e71cd56c25c47fd4413fa4370e52ad29 /docs/vitepress.config.ts
parent68b2cdaa8081ad053fd8072ca9eef94cea426b2e (diff)
docs: add eslint
Diffstat (limited to 'docs/vitepress.config.ts')
-rw-r--r--docs/vitepress.config.ts8
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",
- }
+ },
},
})