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 99eabdc commit 2245b63Copy full SHA for 2245b63
docs/.vitepress/config.mjs
@@ -4,7 +4,7 @@ export default defineConfig({
4
ignoreDeadLinks: true, // Ignores all dead links during build
5
title: 'abap2xlsx Documentation',
6
description: 'Documentation for abap2xlsx, a library for generating and manipulating Excel files in ABAP.',
7
- base: '/docs/',
+ base: '/abap2xlsx-docs/',
8
themeConfig: {
9
logo: '/docs/public/logo.png',
10
editLink: {
@@ -138,4 +138,4 @@ export default defineConfig({
138
copyright: `Copyright © 2010-${new Date().getFullYear()} abap2xlsx Contributors`,
139
},
140
141
-})
+})
0 commit comments