From 1274bd9017154f3d0475b6fd49bd0844e2a96539 Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Tue, 26 Sep 2023 16:25:38 +0200
Subject: [PATCH] re order config

---
 vite.config.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vite.config.ts b/vite.config.ts
index 14f6a64e..6b41a873 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -4,12 +4,12 @@ import { defineConfig } from 'vite'
 
 // https://vitejs.dev/config/
 export default defineConfig({
-  base: '/',
+  base: './',
   plugins: [react(), basicSsl()],
   preview: {
+    port: 3000,
     https: true,
     strictPort: true,
-    port: 3000,
   },
   server: {
     port: 3000,
-- 
GitLab