diff --git a/front/package.json b/front/package.json index 292a32865487d1a66a52d34318fcaa5c2c8bf5ad..6f5d3b1876dc28334f54487f4454e5813b23abb3 100644 --- a/front/package.json +++ b/front/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "vite", "build": "vite build", - "build:deployment": "vite build --base /front", + "build:deployment": "vite build --base /front/", "serve": "vite preview", "test:unit": "true", "lint": "eslint --ext .js,.vue src",