Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit ba07be5

Browse files
committed
feature: rewrite rule
1 parent 2cb927a commit ba07be5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

firebase.json

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"**/.*",
77
"**/node_modules/**"
88
],
9+
"rewrites": [{
10+
"source": "**",
11+
"destination": "/index.html"
12+
}],
913
"headers": [{
1014
"source": "**/*.json",
1115
"headers": [{

0 commit comments

Comments
 (0)