From 203687bc72f3d48946ea2f8c144b39b1e817c6d0 Mon Sep 17 00:00:00 2001 From: Hugo Arregui Date: Tue, 8 Aug 2023 12:09:32 -0300 Subject: [PATCH] set base url --- package.json | 2 +- public/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 965cd33..f7e5bae 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "start": "vite", "prebuild": "node scripts/prebuild.js", - "build": "tsc && vite build", + "build": "tsc && vite build --base /", "preview": "vite preview", "lint": "eslint -c .eslintrc.js --ext .ts src", "check:code": "eslint -c .eslintrc.js src", diff --git a/public/package.json b/public/package.json index f099197..fea885d 100644 --- a/public/package.json +++ b/public/package.json @@ -19,4 +19,4 @@ "url": "https://github.com/decentraland/meet.git" }, "homepage": "" -} +} \ No newline at end of file