Skip to content

Commit

Permalink
Adding vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
YanivZalach committed Jan 23, 2024
1 parent c2dd346 commit e25c5ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
// vite.config.js
import { defineConfig } from 'vite';

export default defineConfig({
// other configurations...

build: {
// Set the correct base URL here
base: '/your-app-name/', // Replace 'your-app-name' with the actual path
},
});

0 comments on commit e25c5ac

Please sign in to comment.