Skip to content

Commit 6aa9d1c

Browse files
authored
Merge branch 'Weaverse:main' into main
2 parents 9ccabcc + 83e19ce commit 6aa9d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ export default hydrogenRoutes([
6969
route("*", "routes/account/catch-all.ts"),
7070
]),
7171
]),
72-
// route("*", "routes/catch-all.tsx"),
72+
route("*", "routes/catch-all.tsx"),
7373
]),
7474
]) satisfies RouteConfig;

0 commit comments

Comments
 (0)