add rewrite firebase

This commit is contained in:
Pham Tu 2024-01-18 11:06:09 +07:00
parent d86f7ae5cc
commit 09ce8dbfa3
No known key found for this signature in database
GPG Key ID: 7460FD99133ADA1C

View File

@ -4,6 +4,12 @@
"target": "oraichainscan",
"public": "dist",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/**",