feat: update routes with color and direction, improve admin routes view, and update firebase config/auth
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
"hosting": {
|
||||
"public": "dist",
|
||||
"cleanUrls": true,
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
@ -8,7 +9,7 @@
|
||||
],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"source": "!{/__/**,/__}",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user