Skip to content

Commit

Permalink
Use root for base vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
osamajandali committed Dec 2, 2024
1 parent e3978e2 commit 8d4d0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { defineConfig } from "vite"

export default defineConfig({
plugins: [react()],
base: "/if-visualizer",
base: "/",
resolve: {
alias: {
"@": path.resolve(__dirname, "./src"),
Expand Down

0 comments on commit 8d4d0e6

Please sign in to comment.