From 5474fa8ed9311cd8f0a706ce1bdbbaaa0e8a88f9 Mon Sep 17 00:00:00 2001 From: Harpo Date: Tue, 9 Jan 2024 16:50:22 -0800 Subject: [PATCH] Removes public url after configuring launchchess.com --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index acafc0b..4532995 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "version": "0.1.1", "description": "Chess on a Launchpad", "scripts": { - "build": "parcel build --no-cache --dist-dir dist src/index.html", - "ci": "parcel build --no-cache --dist-dir build --public-url /LaunchChess src/index.html src/*.svg", + "build": "parcel build --no-cache --dist-dir dist src/index.html src/*.svg", + "ci": "parcel build --no-cache --dist-dir build src/index.html src/*.svg", "dev": "parcel --no-cache --dist-dir dist src/index.html src/*.svg" }, "browserslist": [