From edf56a5652f10af341dad6ce073061fc9509d29e Mon Sep 17 00:00:00 2001 From: Elijah R Date: Sun, 4 Feb 2024 13:26:02 -0500 Subject: [PATCH] fix deployment to subdirectories --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c865c6..884234a 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "kill me", "private": true, "scripts": { - "build": "parcel build --no-source-maps --dist-dir dist src/html/index.html", + "build": "parcel build --no-source-maps --dist-dir dist --public-url '.' src/html/index.html", "serve": "parcel src/html/index.html", "clean": "run-script-os", "clean:darwin:linux": "rm -rf dist .parcel-cache",