Skip to content

Commit b062834

Browse files
committed
Fix case-sensitive base path to match repo name (Opdsystem)
Made-with: Cursor
1 parent b9d5f10 commit b062834

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ export const router = createBrowserRouter(
2727
},
2828
],
2929
{
30-
basename: "/opdsystem",
30+
basename: "/Opdsystem",
3131
}
3232
);

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import tailwindcss from '@tailwindcss/vite'
44
import react from '@vitejs/plugin-react'
55

66
export default defineConfig({
7-
base: '/opdsystem/',
7+
base: '/Opdsystem/',
88
plugins: [
99
// The React and Tailwind plugins are both required for Make, even if
1010
// Tailwind is not being actively used – do not remove them

0 commit comments

Comments
 (0)