fix: catch-all server side handler

This commit is contained in:
Valerio Ageno
2025-01-04 10:33:17 +01:00
parent c3fda4a3a5
commit 7e8be92cd5
3 changed files with 11 additions and 12 deletions
@@ -24,6 +24,7 @@ const IndexRoute = Index.update({
const PostscatchallRoute = Postscatchall.update({
path: '/posts/[...catch_all]',
getParentRoute: () => rootRoute,
hasHandler: true,
})
// Create and export the route tree