diff --git a/front/package.json b/front/package.json index 222166ebd..00b07e052 100644 --- a/front/package.json +++ b/front/package.json @@ -5,7 +5,7 @@ "description": "Funkwhale front-end", "author": "Funkwhale Collective ", "scripts": { - "dev": "vite --host --base=front", + "dev": "vite --host --base /front/", "build": "vite build", "build:deployment": "vite build --base /front/", "serve": "vite preview",