🎉 Initial commit

This commit is contained in:
2025-03-14 16:51:28 +01:00
commit 43be169187
16 changed files with 6744 additions and 0 deletions

7
vercel.json Normal file
View File

@ -0,0 +1,7 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}