From 6cbe9cb72bec80eddede629c41a66be65848ba60 Mon Sep 17 00:00:00 2001 From: Marcos Date: Thu, 10 Mar 2022 13:37:25 +0100 Subject: [PATCH] Removes vite warning (missing slash) --- front/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",