Use url_for for all static paths
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"scripts": {
|
||||
"watch": "parcel watch js/index.js -d static/assets --public-url /static/assets -o index.js --no-autoinstall",
|
||||
"build": "parcel build js/index.js -d static/assets --public-url /static/assets -o index.js",
|
||||
"build-prod": "parcel build js/index.js -d static/assets --public-url $CDN_URL -o index.js",
|
||||
"test": "jest",
|
||||
"test:coverage": "jest --coverage --collectCoverageFrom='js/**/*.js'",
|
||||
"test:watch": "jest --watch --no-cache"
|
||||
|
Reference in New Issue
Block a user