diff --git a/package.json b/package.json index 3fe3e7d..d4a664c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "index.js", "license": "MIT", "scripts": { - "build": "parcel build index.html" + "build": "parcel build --public-url '.' index.html" }, "devDependencies": { "@types/react": "^17.0.9",