Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Popular repositories
3,070 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in vercel/next.js that received 13 comments
Make sure root catch-all rewrite matches root itself
Since we now have proper trailing slash support this updates to no longer force the strict: true mode for custom-routes since this was previously e…
+175
−54
•
13
comments
- [next] Don't trace pages for lambdas when not needed
- [next] Fix nested public files being renamed incorrectly
- [next] Add pages with invalid route regexes
- [next] Fix preview mode with dynamic routes in shared lambdas
- [routing-utils][next] Make sure root catch-all rewrite matches root itself
- [next] Don't use potentially invalid routeKeys/regexes
- [next] Check all vercel.json files for routes when bailing shared lambdas
- [next] Use correct data route regex
- [next] Re-enable shared lambdas by default
- Use `core-js` for URL(SearchParams) Polyfill
- Correctly fetch data for root route
- Fix Web Workers with Fast Refresh
- Update Fast Refresh full reload warning
- Check for file name in anon export warning
- Fixed some minor typos
- fixed typo in page-without-valid-component.md
- Update prerender-error.md
- Update README.md in Emotion starter example
- Exclude node_modules in watchOptions
- Use HEAD req for isUrlOk check
Created an issue in vercel/next.js that received 1 comment
Root catch-all custom-route should match the root itself
A catch-all rewrite e.g. { source: '/:path*', destination: '/somewhere' } should match when / is requested
1
comment
23
contributions
in private repositories
Jul 1 – Jul 6

