rushiljain commited on
Commit
706c8e3
·
verified ·
1 Parent(s): f10f8a7

Update vite.config.js

Browse files
Files changed (1) hide show
  1. vite.config.js +1 -0
vite.config.js CHANGED
@@ -2,6 +2,7 @@ import { defineConfig } from 'vite';
2
  import react from '@vitejs/plugin-react';
3
 
4
  export default defineConfig({
 
5
  plugins: [react()],
6
  server: {
7
  open: true
 
2
  import react from '@vitejs/plugin-react';
3
 
4
  export default defineConfig({
5
+ base: './',
6
  plugins: [react()],
7
  server: {
8
  open: true