new projects page

This commit is contained in:
2025-09-14 14:11:26 -04:00
parent 0a8b6e69f1
commit b108762c60
11 changed files with 144 additions and 41 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],
"@styles/*": ["src/styles/*"],
"@images/*": ["src/images/*"]
"@assets/*": ["src/assets/*"],
"@data/*": ["src/data/*"]
},
"plugins": [{ "name": "@astrojs/ts-plugin" }]
}