Skip to content

Commit c5cfae1

Browse files
Update config.mts
1 parent 9c7df4a commit c5cfae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const vitePressConfig: UserConfig = {
1313
rewrites: {
1414
'en/:rest*': ':rest*'
1515
},
16-
base: '/mikros-docs/',
16+
base: '/',
1717
ignoreDeadLinks: true,
1818
head: [
1919
['link', { rel: 'icon', href: '/favicon.ico' }]
@@ -88,4 +88,4 @@ const vitePressI18nConfig: VitePressI18nOptions = {
8888
// https://vitepress.dev/reference/site-config
8989
export default defineConfig(
9090
withSidebar(withI18n(vitePressConfig, vitePressI18nConfig), vitePressSidebarConfig)
91-
);
91+
);

0 commit comments

Comments
 (0)