Skip to content

Commit

Permalink
Try relative public url again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frumple committed Dec 11, 2022
1 parent 3cc51a2 commit bb2a4c1
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 @@ -8,7 +8,7 @@
"scripts": {
"tsc": "tsc",
"start": "parcel serve src/html/**/**.html",
"build": "parcel build src/html/**/**.html --public-url /image-to-minecraft-map/",
"build": "parcel build src/html/**/**.html --public-url ./",
"deploy": "gh-pages -d dist"
},
"repository": {
Expand Down

0 comments on commit bb2a4c1

Please sign in to comment.