-
Notifications
You must be signed in to change notification settings - Fork 960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle Next.js rewrites/redirects/headers #5212
Handle Next.js rewrites/redirects/headers #5212
Conversation
also, clean escaped chars from supported `sources`
Marking as ready for review @leoortizz. If you could add a changelog and tests that would be great. |
`replaceAll` is not supported by Node.js 14
Codecov ReportBase: 56.29% // Head: 56.24% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #5212 +/- ##
==========================================
- Coverage 56.29% 56.24% -0.05%
==========================================
Files 309 311 +2
Lines 20828 20887 +59
Branches 4228 4246 +18
==========================================
+ Hits 11725 11748 +23
- Misses 8091 8126 +35
- Partials 1012 1013 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Address nits if you have the chance & resolve merge conflict in the changelog (sorry that always happens). I'll kick off integration tests
* Handle Next.js rewrites/redirects/headers incompatible with `firebase.json` in Cloud Functions * Filter out Next.js prerendered routes that matches rewrites/redirects/headers rules from SSG content directory
merged in #5316, thanks @leoortizz |
Description
firebase.json
in Cloud FunctionsScenarios Tested
Sample Commands