Skip to content

Commit c2a3919

Browse files
authored
fix: correct formatting of rewrites section in firebase.json (#1031)
1 parent d74c0c7 commit c2a3919

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

firebase.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
}
4949
]
5050
},
51-
{
51+
{
5252
"source": "**/*.html",
5353
"headers": [
5454
{
@@ -84,12 +84,12 @@
8484
}
8585
]
8686
}
87+
],
88+
"rewrites": [
89+
{
90+
"source": "**",
91+
"destination": "/index.html"
92+
}
8793
]
88-
},
89-
"rewrites": [
90-
{
91-
"source": "**",
92-
"destination": "/index.html"
93-
}
94-
]
94+
}
9595
}

0 commit comments

Comments
 (0)