fix(stage-web): docs path

Signed-off-by: Neko Ayaka <neko@ayaka.moe>
This commit is contained in:
Neko Ayaka
2025-03-06 19:33:45 +08:00
parent ff7c97602a
commit d540c05f4d
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"build:base": "astro build --base /docs",
"preview": "astro preview",
"astro": "astro"
},