From 5d93c84edea163b48762ce5cafd88d630d8228f9 Mon Sep 17 00:00:00 2001 From: MaxOvs Date: Wed, 21 Dec 2022 21:33:39 +0300 Subject: [PATCH] Fixed package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 30dcffe..3ee51dd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "MaxOvs19", "scripts": { "start": "parcel src/page/index.html -p 4500 --open ", - "build": "parcel build ./src/page/index.html --public-url", + "build": "parcel build ./src/page/index.html", "deploy": "gh-pages -d dist", "predeploy": "npm run build" },