Skip to content

Commit

Permalink
Try with url /LaunchChess
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Jan 8, 2024
1 parent a69816b commit 14ad466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Chess on a Launchpad",
"scripts": {
"build": "parcel build --no-cache --dist-dir dist src/index.html",
"ci": "parcel build --no-cache --dist-dir build --public-url LaunchChess src/index.html",
"ci": "parcel build --no-cache --dist-dir build --public-url /LaunchChess src/index.html",
"dev": "parcel --port 5555 --no-cache --dist-dir dist src/index.html"
},
"browserslist": [
Expand Down

0 comments on commit 14ad466

Please sign in to comment.