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.
2 parents 9ccabcc + 83e19ce commit 6aa9d1cCopy full SHA for 6aa9d1c
app/routes.ts
@@ -69,6 +69,6 @@ export default hydrogenRoutes([
69
route("*", "routes/account/catch-all.ts"),
70
]),
71
72
- // route("*", "routes/catch-all.tsx"),
+ route("*", "routes/catch-all.tsx"),
73
74
]) satisfies RouteConfig;
0 commit comments