diff --git a/index.html b/index.html index f8136a6..87ca05b 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/package.json b/package.json index 6c8da97..27b044c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "parcel index.html", - "build": "parcel build index.html --no-minify", + "build": "parcel build index.html --no-minify --public-url ./", "test": "echo \"Error: no test specified\" && exit 1", "clean": "rm -rf dist" },