feat: Add first version of website

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2023-10-01 02:25:21 +02:00
parent ed8dcebcb7
commit fe437165a1
49 changed files with 2220 additions and 457 deletions

View File

@ -1,4 +1,7 @@
{
"extends": "./node_modules/astro/tsconfigs/strictest.json",
"exclude": ["cypress"]
"exclude": ["cypress"],
"compilerOptions": {
"baseUrl": "src"
}
}