feat: add madeira blog post upgrade astro
Some checks failed
Deploy to SFTP Server / build (push) Failing after 5m43s

This commit is contained in:
2025-02-16 15:33:45 +01:00
parent dccd816f6e
commit 4c3e35efbf
48 changed files with 2839 additions and 3235 deletions

View File

@ -1,5 +1,9 @@
{
"extends": "astro/tsconfigs/strict",
"extends": "astro/tsconfigs/base",
"include": [
".astro/types.d.ts",
"**/*"
],
"exclude": [
"dist"
],