Skip to content

Commit

Permalink
🆙 updated firebase.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tgel0 committed Jan 30, 2024
1 parent d052c7e commit ea1463e
Showing 1 changed file with 22 additions and 8 deletions.
30 changes: 22 additions & 8 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,27 @@
"**/.*",
"**/node_modules/**"
],
"rewrites": [ {
"source": "/preview",
"function": "previewFunction"
},
"rewrites": [
{
"source": "/preview",
"function": "previewFunction"
},
{
"source": "/preview/**",
"function": "previewFunction"
}
]
},
"functions": [
{
"source": "/preview/**",
"function": "previewFunction"
} ]
}
"source": "functions",
"codebase": "default",
"ignore": [
"node_modules",
".git",
"firebase-debug.log",
"firebase-debug.*.log"
]
}
]
}

0 comments on commit ea1463e

Please sign in to comment.