hopefully this will fix it
This commit is contained in:
parent
409955e6ff
commit
3a32b36292
2 changed files with 15 additions and 17 deletions
|
@ -1,18 +1,16 @@
|
|||
{
|
||||
"hosting": {
|
||||
"target": "dev",
|
||||
"cleanUrls": true,
|
||||
"public": "source/build",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
]
|
||||
}
|
||||
"hosting": [
|
||||
{
|
||||
"target": "dev",
|
||||
"cleanUrls": true,
|
||||
"public": "source/build",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue