From 3a0eeb2e535b59bce81e5b07f781560af534045b Mon Sep 17 00:00:00 2001 From: Morten Olsen Date: Wed, 9 Jun 2021 00:10:55 +0200 Subject: [PATCH] path-fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",