Skip to content

Commit 3294772

Browse files
committed
chore: add rewrite rule to firebase.json
1 parent 3dd66f6 commit 3294772

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

firebase.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,9 @@
88
"tmp",
99
"deploy",
1010
"typings"
11-
]
11+
],
12+
"rewrites": [{
13+
"source": "/**/!(*.@(js|ts|html|css|json|svg|png|jpg|jpeg))",
14+
"destination": "/index.html"
15+
}]
1216
}

0 commit comments

Comments
 (0)