add rewrite firebase
This commit is contained in:
parent
d86f7ae5cc
commit
09ce8dbfa3
@ -4,6 +4,12 @@
|
||||
"target": "oraichainscan",
|
||||
"public": "dist",
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
"source": "/**",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user