This commit is contained in:
Morten Olsen
2021-06-09 00:10:55 +02:00
parent b1b24f9774
commit 3a0eeb2e53

View File

@@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"build": "parcel build index.html" "build": "parcel build --public-url '.' index.html"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^17.0.9", "@types/react": "^17.0.9",