From 4957220a056266dc030efc3ddc2763b981f0165c Mon Sep 17 00:00:00 2001 From: viper151 Date: Mon, 26 Jan 2026 13:39:24 +0100 Subject: [PATCH] Remove base path configuration from Vite config --- vite.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 1fcac95..ee2d943 100755 --- a/vite.config.js +++ b/vite.config.js @@ -7,7 +7,6 @@ export default defineConfig(({ command, mode }) => { return { - base: './', plugins: [react()], server: { port: parseInt(env.VITE_PORT) || 5173,