Fix BlogPost layout frontmatter and stabilize blog rendering

This commit is contained in:
scadmin
2025-12-16 20:01:14 +00:00
parent 0782fe7c82
commit bcf5724d38
7 changed files with 141 additions and 205 deletions

View File

@@ -1,8 +1,6 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true
"baseUrl": "."
}
}