Highlights
- Arctic Code Vault Contributor
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 up
Popular repositories
2,864 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in vercel/next.js that received 8 comments
Update handling for relative files in image-optimizer
This updates the new image optimizer endpoint to instead of relying on the host and proto headers for relative files to use the internal route hand…
- Ensure custom routes handling with i18n
- Add err.sh for i18n config errors
- Add err.sh for image config errors
- Allow passing statusCode for GS(S)P redirect
- Add err.sh for missing images domain
- Ensure getStaticProps is called for SSG 404 in blocking mode
- Add error for unstable_blocking usage post-rename
- Remove unstable_ prefix from unstable_notFound
- Remove unstable_ prefix from unstable_redirect
- Remove unstable_ prefix from unstable_blocking
- Re-add domain locale redirect handling
- Add i18n routing docs to manifest
- Add support for notFound in getServerSideProps
- Update to only handle domain specific locales
- Add config limit checks for image optimizer
- Expose configured default locale in GS(S)P methods
- Add fetching 404 SSG data on fallback notFound
- Add initial example for i18n routing
- Ensure 404 with SSG is rendered correctly with notFound
- Record leveraged configs
- Add next/image default loader errors
- Update redirect query encoding
- Update fallback 404 handling to prevent reload loop
- Investigate surfacing next/image errors in overlay in dev
- Add locale false handling
- Some pull requests not shown.
- [next] Fix index data path for non-locale path
- [next] Update tests for stabilized field
- [next] Ensure index GSP data is available at correct path
- [next] Remove unstable_ prefix from unstable_blocking
- [next] Add redirecting domain specific locales
- [next] Add handling for not found routes with i18n
- [next] Ensure root-most index GSP page is located correctly
- [next] Correct i18n trailing slash redirect priority
- [next] Add i18n support handling
- [next] Update next.config backup name to be deterministic
- [next] Add tests for optional catch-all fallback true page params
- change TEMPORARY_REDIRECT_STATUS to 303
- Update image optimization docs to include blog details
- Fix docs default config values
- Enable feature flag
- Fix trailing slash for default image loader
- Update docs - add default config for images property
- Improve type for GSP return type
- Fix browser back issue of redirects from getServerSideProps / getStaticProps
- Adjust configuration option placement
- Separate config into `deviceSizes` and `iconSizes`
- Fix image optimization docs
- Image Optimization API should 404 when loader is not default
- Fix flashing of no-src image when using next/image
- Add support for string width/height on Image component
- Bypass image optimization for vector images
- Update Image Optimization API to prevent upscaling image
- Change Image component lazy=true to loading=lazy
- Fix precompiled code
- Fix with-mongodb hot-reload issue and race condition
- Add perf data experiment
- Call Web Vitals reporting at correct time
- Add support for Image Optimizer
- Make sure that params are properly passed to hybrid amp pages
- Ensure Interpolation works with rewrites
- Mention `favicon.ico` in static file serving docs.

