diff --git a/package.json b/package.json index 78673e5..2d97fa0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "main": "index.js", "scripts": { - "build": "parcel build app/index.html", + "build": "parcel build --public-url ./ app/index.html", "dev": "parcel app/index.html" }, "devDependencies": {