Skip to content

Commit 1d9e85d

Browse files
committed
commit
1 parent 1bcdcce commit 1d9e85d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77

8-
8+
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest

.vitepress/config.mts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,5 @@ export default defineConfig({
116116
}
117117
}
118118
}
119-
},
120-
base: "/docs"
119+
}
121120
})

0 commit comments

Comments
 (0)