Skip to content

Commit

Permalink
build: change base url for dev and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkhan authored Apr 17, 2024
1 parent d0bec97 commit 1874341
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-ghpages-dev":"vite build --outDir=docs/dist/dev",
"build-ghpages-prod":"vite build --outDir=docs/dist/prod",
"build-ghpages-dev":"vite build --base=./dev --outDir=docs/dist/dev",
"build-ghpages-prod":"vite build --base=./ --outDir=docs/dist/prod",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "playwright test",
Expand Down

0 comments on commit 1874341

Please sign in to comment.