We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2972644 commit b995721Copy full SHA for b995721
3 files changed
.github/workflows/deploy.yml
@@ -22,6 +22,7 @@ jobs:
22
uses: withastro/action@v4
23
with:
24
package-manager: pnpm@latest
25
+ build-cmd: pnpm build --base=https://draft.quake.world
26
27
deploy:
28
timeout-minutes: 2
README.md
@@ -25,5 +25,5 @@ pnpm dev
Bundle and output build to `dist/`.
```bash
-pnpm build
+pnpm build --base=https://draft.quake.world
29
```
package.json
@@ -3,7 +3,7 @@
3
"type": "module",
4
"scripts": {
5
"dev": "vite",
6
- "build": "vite build --base=https://draft.quake.world/",
+ "build": "vite build",
7
"preview": "vite preview",
8
"format": "biome check --fix"
9
},
0 commit comments