Skip to content

Commit 0bf858d

Browse files
committed
🐛 fix relative resource resolution (2)
1 parent 90200dd commit 0bf858d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"npm": ">=6.14.9"
3131
},
3232
"scripts": {
33-
"build": "BASE_URL=/playground-elm parcel build src/index.html --public-url ./",
33+
"build": "BASE_URL=/playground-elm/ parcel build src/index.html --public-url ./",
3434
"serve": "BASE_URL=/ parcel src/index.html",
3535
"release": "release-it"
3636
},

0 commit comments

Comments
 (0)