From 55c8e815c4c425ddaf74928094ebda5296c6c7d2 Mon Sep 17 00:00:00 2001 From: Eike Lurz Date: Fri, 17 May 2024 23:12:40 +0200 Subject: [PATCH] Set public url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88122662..d5b254b4 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { "start": "parcel", - "build": "parcel build --no-scope-hoist --no-source-maps" + "build": "parcel build --no-scope-hoist --no-source-maps --public-url https://sportalliance.github.io/chatpad/" }, "staticFiles": { "staticPath": "src/static"