From d3bb639eb59eacb21eea1b8135ceeedf5faaea87 Mon Sep 17 00:00:00 2001 From: Mohana krishnan <115543969+mohan-246@users.noreply.github.com> Date: Mon, 20 May 2024 23:17:46 +0530 Subject: [PATCH] Update vite.config.js --- vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.js b/vite.config.js index 0964635..227b1c4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -4,5 +4,5 @@ import react from '@vitejs/plugin-react' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react()], - base: '/srm-gpa-calculator/' + base: '/srmgpacalculator/' })