We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7df4a commit c5cfae1Copy full SHA for c5cfae1
.vitepress/config.mts
@@ -13,7 +13,7 @@ const vitePressConfig: UserConfig = {
13
rewrites: {
14
'en/:rest*': ':rest*'
15
},
16
- base: '/mikros-docs/',
+ base: '/',
17
ignoreDeadLinks: true,
18
head: [
19
['link', { rel: 'icon', href: '/favicon.ico' }]
@@ -88,4 +88,4 @@ const vitePressI18nConfig: VitePressI18nOptions = {
88
// https://vitepress.dev/reference/site-config
89
export default defineConfig(
90
withSidebar(withI18n(vitePressConfig, vitePressI18nConfig), vitePressSidebarConfig)
91
-);
+);
0 commit comments