We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4bf10 commit 1e1e1dcCopy full SHA for 1e1e1dc
frontend/vite.config.ts
@@ -5,6 +5,7 @@ import tailwindcss from "@tailwindcss/vite";
5
6
// https://vite.dev/config/
7
export default defineConfig({
8
+ base: "/ReproInventory/",
9
plugins: [react(), tailwindcss()],
10
resolve: {
11
alias: {
0 commit comments