Skip to content

Commit 2245b63

Browse files
authored
Update config.mjs to test base path
1 parent 99eabdc commit 2245b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default defineConfig({
44
ignoreDeadLinks: true, // Ignores all dead links during build
55
title: 'abap2xlsx Documentation',
66
description: 'Documentation for abap2xlsx, a library for generating and manipulating Excel files in ABAP.',
7-
base: '/docs/',
7+
base: '/abap2xlsx-docs/',
88
themeConfig: {
99
logo: '/docs/public/logo.png',
1010
editLink: {
@@ -138,4 +138,4 @@ export default defineConfig({
138138
copyright: `Copyright © 2010-${new Date().getFullYear()} abap2xlsx Contributors`,
139139
},
140140
},
141-
})
141+
})

0 commit comments

Comments
 (0)