mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
fix: catch-all server side handler
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user