Added current website

This commit is contained in:
Jarrod Norwell 2024-08-21 22:23:59 +08:00
parent d20ba9eed5
commit 422881756f
18 changed files with 6577 additions and 4905 deletions

16
firebase.json Normal file
View file

@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}