From 56bb05eeab64064e11e06c70428363779b5ad468 Mon Sep 17 00:00:00 2001 From: AMANDDHUMAL <129135638+AMN-D@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:09:49 +0530 Subject: [PATCH] Update vite.config.js --- bulb/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulb/vite.config.js b/bulb/vite.config.js index 895e34c..5a8b0f3 100644 --- a/bulb/vite.config.js +++ b/bulb/vite.config.js @@ -1,5 +1,5 @@ import { defineConfig } from 'vite'; export default defineConfig({ - base: '/BULB/', + base: '/BULB', }) \ No newline at end of file