Skip to content

Commit e3d47e1

Browse files
committed
add base config
1 parent 6a04820 commit e3d47e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { fileURLToPath, URL } from 'node:url';
44

55
// https://vitepress.dev/reference/site-config
66
export default defineConfig({
7-
// base: 'vue-skuilder',
7+
base: '/vue-skuilder/',
88
vite: {
99
resolve: {
1010
alias: [

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ hero:
99
actions:
1010
- theme: brand
1111
text: Tell me more!
12-
link: /introduction
12+
link: introduction
1313
- theme: alt
1414
text: Quickstart
15-
link: /quickstart
15+
link: quickstart
1616
- theme: alt
1717
text: GitHub
1818
link: https://github.com/patched-network/vue-skuilder

0 commit comments

Comments
 (0)