site: theme tokens, layout/header/footer, home page

This commit is contained in:
Matthew Meszaros
2026-05-25 16:37:17 +00:00
parent 45f51c2cbb
commit c9f2ae4a11
18 changed files with 7694 additions and 36 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
{
"extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
"exclude": ["dist"]
}