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 086ece3 commit 5e2ab83Copy full SHA for 5e2ab83
app/routes.ts
@@ -1,3 +1,5 @@
1
-import { type RouteConfig, index } from "@react-router/dev/routes";
+import { type RouteConfig, index, prefix } from "@react-router/dev/routes";
2
3
-export default [index("routes/home.tsx")] satisfies RouteConfig;
+export default prefix("/react-main-2024-w2", [
4
+ index("routes/home.tsx")
5
+]) satisfies RouteConfig;
0 commit comments