[go: nahoru, domu]

Skip to content

Commit

Permalink
fix: firebase hosting site variable
Browse files Browse the repository at this point in the history
  • Loading branch information
momargoh committed Feb 6, 2023
1 parent 4138c71 commit e173908
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
"hosting": [
{
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
Expand All @@ -19,11 +15,9 @@
]
},
{
"target": "app",
"site": "diario-7e493",
"public": "www",
"ignore": [
"**/.*"
],
"ignore": ["**/.*"],
"headers": [
{
"source": "*.[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f].+(css|js)",
Expand Down Expand Up @@ -64,4 +58,4 @@
},
"singleProjectMode": true
}
}
}

0 comments on commit e173908

Please sign in to comment.