fix: improve critical css generation (#770)

This commit is contained in:
Valerio Ageno
2025-05-11 19:11:30 +02:00
committed by GitHub
parent eef2cd26e0
commit 3027b828a8
11 changed files with 137 additions and 82 deletions
@@ -21,12 +21,14 @@ const Postscatchall = createRoute({ component: PostscatchallImport })
const IndexRoute = Index.update({
path: '/',
getParentRoute: () => rootRoute,
filePath: '/',
})
const PostscatchallRoute = Postscatchall.update({
path: '/posts/[...catch_all]',
getParentRoute: () => rootRoute,
hasHandler: true,
filePath: '/posts/[...catch_all]',
})
// Create and export the route tree