updated page not found text, added firebase pr deploy

This commit is contained in:
Jordan Violet
2022-09-24 15:39:15 -04:00
parent 02870faa44
commit 483e1433a6
5 changed files with 89 additions and 1 deletions

10
firebase.json Normal file
View File

@@ -0,0 +1,10 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}