diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 64dd74f4..702587f0 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -54,9 +54,9 @@ function nav() { { text: 'Changelog', link: 'https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md' - }, - ], - }, + } + ] + } ] }