feat: add RSS feed generation and content management features

This commit is contained in:
radishzzz 2025-01-14 09:05:43 +00:00
parent 9a7b0c42e1
commit 4d989e0a7d
7 changed files with 115 additions and 1 deletions

View file

@ -5,7 +5,9 @@
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"allowJs": false,
"strictNullChecks": true
},
"include": [
".astro/types.d.ts",