We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a55c8e commit a963b8eCopy full SHA for a963b8e
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"dev": "parcel index.html --open",
8
- "build": "parcel build index.html",
+ "build": "parcel build index.html --public-url /assets",
9
"postinstall": "npm run build",
10
"test": "jest"
11
},
0 commit comments