set base url

This commit is contained in:
Hugo Arregui 2023-08-08 12:09:32 -03:00
parent ac7e4b3066
commit 203687bc72
No known key found for this signature in database
GPG Key ID: 5100706D2A1AFAD4
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -19,4 +19,4 @@
"url": "https://github.com/decentraland/meet.git"
},
"homepage": ""
}
}