Skip to content

Commit b995721

Browse files
committed
remove hard coded base from build command
1 parent 2972644 commit b995721

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: withastro/action@v4
2323
with:
2424
package-manager: pnpm@latest
25+
build-cmd: pnpm build --base=https://draft.quake.world
2526

2627
deploy:
2728
timeout-minutes: 2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ pnpm dev
2525
Bundle and output build to `dist/`.
2626

2727
```bash
28-
pnpm build
28+
pnpm build --base=https://draft.quake.world
2929
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"scripts": {
55
"dev": "vite",
6-
"build": "vite build --base=https://draft.quake.world/",
6+
"build": "vite build",
77
"preview": "vite preview",
88
"format": "biome check --fix"
99
},

0 commit comments

Comments
 (0)