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.
2 parents 672d707 + e3d47e1 commit 0e53e03Copy full SHA for 0e53e03
docs/.vitepress/config.mts
@@ -4,7 +4,7 @@ import { fileURLToPath, URL } from 'node:url';
4
5
// https://vitepress.dev/reference/site-config
6
export default defineConfig({
7
- // base: 'vue-skuilder',
+ base: '/vue-skuilder/',
8
vite: {
9
resolve: {
10
alias: [
docs/index.md
@@ -9,10 +9,10 @@ hero:
actions:
- theme: brand
11
text: Tell me more!
12
- link: /introduction
+ link: introduction
13
- theme: alt
14
text: Quickstart
15
- link: /quickstart
+ link: quickstart
16
17
text: GitHub
18
link: https://github.com/patched-network/vue-skuilder
0 commit comments