Skip to content

Commit 3e113d4

Browse files
author
Alex Patterson
committed
allows route to include sub path
1 parent 7724df6 commit 3e113d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
1414
"rewrites": [
1515
{
16-
"source": "/book/**",
16+
"source": "/book{,/**}",
1717
"function": "book"
1818
},
1919
{

0 commit comments

Comments
 (0)