Initial commit

Needs navbar rework
This commit is contained in:
2023-04-10 20:42:15 +01:00
parent e74ec4678e
commit 992e6df464
88 changed files with 2269 additions and 171 deletions

View File

@@ -1,3 +1,7 @@
{
"extends": "astro/tsconfigs/strict"
"extends": "astro/tsconfigs/strict",
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react"
}
}