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 -1
View File
@@ -1,6 +1,6 @@
[build]
base = "/"
command = "pnpm -F @proj-airi/stage-web... run build && BASE_URL=/docs pnpm -F @proj-airi/docs... run build && ls -la && mv ./docs/dist ./apps/stage-web/dist/docs"
command = "pnpm -F @proj-airi/stage-web... run build && pnpm -F @proj-airi/docs... run build:base && ls -la && mv ./docs/dist ./apps/stage-web/dist/docs"
publish = "/apps/stage-web/dist"
[build.environment]