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