feat: first take at calendar

This commit is contained in:
2026-02-22 14:15:57 +01:00
parent a29143d6dd
commit 64e1fb3d90
18 changed files with 438 additions and 7 deletions

View File

@@ -120,7 +120,7 @@ export function estimateGenerationUnitsBySection(params: {
}
return {
core: 4 + rootPages + pageRoutes,
core: 5 + rootPages + pageRoutes,
single: posts.length,
category: categoryPages,
tag: tagPages,