feat: update routes with color and direction, improve admin routes view, and update firebase config/auth

This commit is contained in:
2026-02-24 16:39:38 -05:00
parent c4046541a5
commit 259bbd1fed
10 changed files with 185 additions and 84 deletions

View File

@ -1,6 +1,7 @@
{
"hosting": {
"public": "dist",
"cleanUrls": true,
"ignore": [
"firebase.json",
"**/.*",
@ -8,7 +9,7 @@
],
"rewrites": [
{
"source": "**",
"source": "!{/__/**,/__}",
"destination": "/index.html"
}
]