From fb1ed9acc21ffd9da60afa654306cace1a82e9ea Mon Sep 17 00:00:00 2001 From: irosic20 <115561244+irosic20@users.noreply.github.com> Date: Tue, 9 Jan 2024 17:16:55 +0100 Subject: [PATCH] Update vite.config.js --- Software/smart-charger/vite.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/smart-charger/vite.config.js b/Software/smart-charger/vite.config.js index 1203a4e..80820c3 100644 --- a/Software/smart-charger/vite.config.js +++ b/Software/smart-charger/vite.config.js @@ -5,4 +5,5 @@ import react from '@vitejs/plugin-react' export default defineConfig({ plugins: [react()], //base: "/smart-charger-web/Software/smart-charger" + base:"/https://mkajic20.github.io/smart-charger-web/" })