From cf8f53c1dc8a87605977e8ef7c6fe287b535fa7b Mon Sep 17 00:00:00 2001 From: AR Rahman <84005105+arrahman-dev@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:47:34 +0600 Subject: [PATCH] Update baseUrl --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 1b8b51d..d81a09e 100644 --- a/vite.config.js +++ b/vite.config.js @@ -5,5 +5,5 @@ import { resolve } from 'path'; // https://vitejs.dev/config/ export default defineConfig({ plugins: [vue()], - base:'electronic-bs-vue3', + base:'/electronic-bs-vue3', })