diff --git a/front/package.json b/front/package.json index b82ac95b5..f925b10de 100644 --- a/front/package.json +++ b/front/package.json @@ -7,7 +7,7 @@ "scripts": { "dev": "vite", "build": "vite build --mode development", - "build:deployment": "vite build --base /front/", + "build:deployment": "vite build", "serve": "vite preview", "test": "vitest run", "test:unit": "vitest run",