Skip to content

Commit b01dc55

Browse files
Configure base path for GitHub Pages deployment
1 parent ef12174 commit b01dc55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const vitePressConfig: UserConfig = {
1313
rewrites: {
1414
'en/:rest*': ':rest*'
1515
},
16+
base: '/mikros-docs/',
1617
ignoreDeadLinks: true,
1718
head: [
1819
['link', { rel: 'icon', href: '/favicon.ico' }]

0 commit comments

Comments
 (0)