Skip to content

Commit 6724f28

Browse files
committed
Use relative URLs for assets
1 parent 0c1e1fd commit 6724f28

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"dev": "parcel src/index.html",
8-
"build": "parcel build src/index.html",
8+
"build": "parcel build src/index.html --public-url ./",
99
"test": "npx jest"
1010
},
1111
"keywords": [],

0 commit comments

Comments
 (0)