[chore] employ static assets directory

This commit is contained in:
2026-03-25 05:34:11 -04:00
parent 03e606e152
commit 3f9b1accda
4 changed files with 8 additions and 5 deletions

View File

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