Fix deployment base path

This commit is contained in:
Kasper Seweryn 2022-02-27 23:20:03 +01:00
commit d5cff4f3bf
No known key found for this signature in database
GPG key ID: B2BA6FA597595C00
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:deployment": "vite build --base /front",
"serve": "vite preview",
"test:unit": "true",
"lint": "eslint --ext .js,.vue src",