Skip to content

Commit

Permalink
Added base url in config
Browse files Browse the repository at this point in the history
  • Loading branch information
devnoot committed May 14, 2024
1 parent 846a7b3 commit 7c98c1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export default defineConfig({
rewrite: (path) => path.replace(/^\/api/, '')
}
}
}
},
base: './doom-roulette/'
})

0 comments on commit 7c98c1b

Please sign in to comment.