Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blitz.js

⚡️The Fullstack React Framework
Collective - Host: opensource - https://opencollective.com/blitzjs - Website: https://blitzjs.com - Code: https://github.com/blitz-js

v10.0.1-canary.7

github.com/blitz-js/next.js - 89a3249f7c9dc0b7295c02f70159dc10704d9ee8 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure redirect from GS(S)P doesn't render (#18749)

This ensures we don't render the page un-necessarily when a redirect is returned from `getStatic...

github.com/blitz-js/next.js - f791577569234655823a78999d52467be84aeb95 authored almost 4 years ago by JJ Kasper <[email protected]>
add rewrites in storybook preset (#18364)

github.com/blitz-js/next.js - b87b2d46eacccc09cc81e37e7904427d4fcc990b authored almost 4 years ago by Eric Burel <[email protected]>
Update next-translate example to support Next 10 with i18n routing (#18480)

Co-authored-by: Joe Haddad <[email protected]>

github.com/blitz-js/next.js - 44ea598f8872962526c0a550b8d58a7c424cbbdd authored almost 4 years ago by Aral Roca Gomez <[email protected]>
Update Gatsby migration guide to include next/image. (#18741)

Updates https://nextjs.org/docs/migrating/from-gatsby to mention the new `next/image` component ...

github.com/blitz-js/next.js - 4620dcc7595358c1b604eeeb33e74e250d6c56f8 authored almost 4 years ago by Lee Robinson <[email protected]>
Upgrade @prisma/sdk: 2.6.0 → 2.10.0 (#1393)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> (meta)

github.com/blitz-js/legacy-framework - 26f8e97b25c499786371eec2b265f00bdbc527d8 authored almost 4 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Prevent Next.js from removing all of its styles on hydration (#18723)

Next.js would try to "recover" if its CSS assets went missing (i.e. a deployment occured) **whil...

github.com/blitz-js/next.js - 27d7b76a39c23da1aa6455e0c2c36d6e3c1aad6c authored almost 4 years ago by Joe Haddad <[email protected]>
Fix dynamic css unloading (#17173)

Serverside Dynamically loaded CSS module file insertion adds css-files as usual static files wit...

github.com/blitz-js/next.js - b1503e13e8d767105a2e70038e94e695fb42e9fd authored almost 4 years ago by khades <[email protected]>
v10.0.1-canary.6

github.com/blitz-js/next.js - 56bd46486180e596aadfe48918151d1e62beed52 authored almost 4 years ago by Joe Haddad <[email protected]>
Ensure multi-level basePath works properly (#18715)

This ensures the `basePath` property works correctly when a multi-level value is defined (`/hell...

github.com/blitz-js/next.js - 8277d4d5e305dad03fae6738e8eee07dc686b647 authored almost 4 years ago by JJ Kasper <[email protected]>
Update default widths configuration to handle 2x/3x DPI (#18717)

- Update default `deviceSizes`
- Add default `imageSizes`
- Use `layout` value to determine whic...

github.com/blitz-js/next.js - 2b94b1eea63e33c238961d5866bcde81b2f326d7 authored almost 4 years ago by Steven <[email protected]>
Ensure locale is added/stripped correctly (#18712)

This makes sure we don't incorrectly strip locale characters from the path if it is not a locale...

github.com/blitz-js/next.js - 3f84a55ba38649ee81fbc703ccb1173de896d4de authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure correct locale is used for non-prefixed path (#18708)

When visiting a non-locale prefixed path (`/hello` instead of `/fr/hello`) we don't trigger loca...

github.com/blitz-js/next.js - 7b6a61a750d888a1fa0c213c9b1916db1e21e740 authored almost 4 years ago by JJ Kasper <[email protected]>
Allow passing statusCode for GS(S)P redirect (#18422)

This adds support for passing `statusCode` in a `redirect` from `getServerSideProps` or `getStat...

github.com/blitz-js/next.js - c8d26edf5794c65a6b9d83b11ffbd6fb8412c9c5 authored almost 4 years ago by JJ Kasper <[email protected]>
Add documentation for localeDetection: false (#18696)

Closes: https://github.com/vercel/next.js/issues/18694

github.com/blitz-js/next.js - d07b25a963e42d96356fb633790e2412e1cc743b authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure localeDetection: false doesn't detect from header (#18695)

This ensures we don't detect the locale from the header when `localeDetection` is set to `false`...

github.com/blitz-js/next.js - a8d8f9aef9f39f4c59de85a846400537c77147ba authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure getStaticProps isn't called without params with i18n (#18702)

This corrects additional fallback pages being generated without the fallback flag causing `getSt...

github.com/blitz-js/next.js - faf4a0ab808ae92af1af1ade2d99780064f3ac94 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure html lang is updating on locale transition (#18699)

This ensures the `html` tag's `lang` attribute is updated on client-transition when the locale i...

github.com/blitz-js/next.js - 4e7835c95d4280a231f6d813777c1fa79d6b6c08 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure preload works correctly with locale option (#18511)

* Ensure preload works correctly with locale option

* Fix conditional import

* Update size...

github.com/blitz-js/next.js - a529e6736f42af7a458f0e350a49fba97ec8f52a authored almost 4 years ago by JJ Kasper <[email protected]>
Update `redirect` and notFound GS(S)P documentation (#18690)

This updates the documentation with the new `redirect` and `notFound` return values adding `redi...

github.com/blitz-js/next.js - ee6b7cab4e333eec9d77b6760298ca0f01476cfb authored almost 4 years ago by JJ Kasper <[email protected]>
Rotate image from EXIF data (#18687)

Fixes #18643

github.com/blitz-js/next.js - 85e143e943de2e13afa3c84a9a4e4217cbd3ca7a authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.1-canary.5

github.com/blitz-js/next.js - 2d5dbc480dce325b1eca79c320797e12e7d3f514 authored almost 4 years ago by Joe Haddad <[email protected]>
Remove the static optimization indicator (#18629)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

github.com/blitz-js/next.js - 197d46ddb9bebc4a74360e66f50b091edd811ae0 authored almost 4 years ago by Carmelo Scandaliato <[email protected]>
fix: add missing dot to https://err.sh/nextjs (#18652)

Hi next.js team!
Was trying out the canary and came across the error!

The redirect to https://e...

github.com/blitz-js/next.js - fb58d95db7a703ba1b0132000882716f44a0200e authored almost 4 years ago by Shun Kakinoki <[email protected]>
Update 3rd party image loaders to prevent upscaling (#18647)

In PR #18147, we fixed the default loader to prevent upscaling images.

This PR fixes the same b...

github.com/blitz-js/next.js - 3fd1cc3ebb6fc94b890daa790353f998c416cfaf authored almost 4 years ago by Steven <[email protected]>
Fix image format for Safari and old browsers (#18646)

Older versions of Safari (and other browsers) do not support webp format so we were incorrectly ...

github.com/blitz-js/next.js - 377aa4b6509b5ef5a2ebc8af68dd920351c172fa authored almost 4 years ago by Steven <[email protected]>
Add default tags for issue templates (#18627)

github.com/blitz-js/next.js - 5c97b9775517705eeed88623097343d43b64f760 authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.1-canary.4

github.com/blitz-js/next.js - 4dbf0d47b0c84b9f39adfaf826d5ee5888c514f7 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix Symbol.protype.description polyfill (#18575)

Our code uses `core-js` to polyfill and because core-js [`es.symbol.description`](https://github...

github.com/blitz-js/next.js - ec3e41c3cbcd0787de3c0ca11297545c97ed7c49 authored almost 4 years ago by Minh Tu Le <[email protected]>
Ensure correct params are used with i18n revalidation (#18569)

This makes sure we don't use invalid `x-now-route-matches` which can occur when `i18n` default l...

github.com/blitz-js/next.js - fb07e958471c963c01a95cf09dcd47547b692393 authored almost 4 years ago by JJ Kasper <[email protected]>
Avoid calling setState in callback ref (#18589)

github.com/blitz-js/next.js - c0ae2041a153c5b65a09da71e065e345db16b097 authored almost 4 years ago by Jan Potoms <[email protected]>
docs: fix missing comma in invalid redirect gssp (#18580)

Co-authored-by: Joe Haddad <[email protected]>

github.com/blitz-js/next.js - a6759c62ad79822441b7df67811029f42cec9055 authored almost 4 years ago by Lukáš Huvar <[email protected]>
v10.0.1-canary.3

github.com/blitz-js/next.js - f742b6d9bc6e705c5d5c64835f971e31f26765f5 authored almost 4 years ago by Joe Haddad <[email protected]>
Add all deviceSizes to srcset for responsive and fill (#18594)

github.com/blitz-js/next.js - f8c32e556cd25efe56fa3e10eaaad8d753310151 authored almost 4 years ago by Steven <[email protected]>
Deprecate Image `unsized` property and add `layout="fill"` (#18562)

This PR deprecates the `unsized` property from NextImage because the property did not accomplish...

github.com/blitz-js/next.js - 9569f5a31ac627f271260ab2f30572036ce3fa5b authored almost 4 years ago by Joe Haddad <[email protected]>
v10.0.1-canary.2

github.com/blitz-js/next.js - 9de734a299dbc66095a918240a7bc933145a2bf9 authored almost 4 years ago by Joe Haddad <[email protected]>
Upgrade @prisma/cli: 2.4.1 → 2.10.0 (minor) (#1394)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> (example)

github.com/blitz-js/legacy-framework - 353e4efea6e6d7ce6901150bf04e7c26c8a7deb1 authored almost 4 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
fix: issue #18360 - loading spinner not showing up (#18527)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

github.com/blitz-js/next.js - a6660729ea82fbcb26cfe7c89637b1af37255c9f authored almost 4 years ago by Daniel Treviño <[email protected]>
small tweaks for those testing on an existing site with missing autho… (#18506)

* small tweaks for those testing on an existing site with missing author or featured image on po...

github.com/blitz-js/next.js - 3bbb35c323592ed195559fead31a0f2f21b6b721 authored almost 4 years ago by ospira <[email protected]>
Fix i18n-routing Vercel deploy button URLs (#18524)

Fixes #18523

## description
The i18n-routing Vercel deploy button URLs was:
https://vercel.com/...

github.com/blitz-js/next.js - 61981da9e00493da9aa1cfa8c95ed7a75fde27ee authored almost 4 years ago by Yudai Oriver K <[email protected]>
Update install-sharp.md (#18508)

Co-authored-by: Luis Alvarez D. <[email protected]>

github.com/blitz-js/next.js - b7daae418bc1f447a786709cc89ab33ec982ce80 authored almost 4 years ago by Steven <[email protected]>
Add layout prop to Image component (#18491)

This PR introduces a new `layout` property.

This allows 3 possible values (`fixed`, `intrinsi...

github.com/blitz-js/next.js - afa04d22dbbe78c20479e72d26e3f07a958924ad authored almost 4 years ago by Steven <[email protected]>
Ensure i18n context values are provided for blocking 404 (#18513)

This ensures we provide the current `locale`, `locales`, and `defaultLocale` in the context when...

github.com/blitz-js/next.js - 426331883638911dec6f93517d6b5406abac1d97 authored almost 4 years ago by JJ Kasper <[email protected]>
Update using-preact example's dependencies (#18493)

- Update Next.js version to 10.0.0
- Update the other dependencies
- Modify `next.config.js` to ...

github.com/blitz-js/next.js - 629884af7d3ced97b8c2ec7aebdfb1a3a5d808f0 authored almost 4 years ago by Yuji Matsumoto <[email protected]>
v10.0.1-canary.1

github.com/blitz-js/next.js - 598df6ac057a9323dc77d569be5c6ad03c75ab06 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure custom routes handling with i18n (#18427)

This makes sure custom-routes function properly with i18n support. Since the `locale` is strippe...

github.com/blitz-js/next.js - 76504ebae3b9bd62251cc6df8f36c7930907f8ff authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.1-canary.0

github.com/blitz-js/next.js - 50d98962c8319f729a89826f136c726b79e12d84 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix GSP page titles in i18n-routing example (#18465)

github.com/blitz-js/next.js - 7d4b36cccdad2c01a34d36a7fb6511036d4e01bb authored almost 4 years ago by Joris W <[email protected]>
docs: Add description to i18n-routing (#18438)

Co-authored-by: Tim Neutkens <[email protected]>

github.com/blitz-js/next.js - bb96fefa8019a593e62ba5e3a615879000c5f740 authored almost 4 years ago by yokinist <[email protected]>
Update README.md

github.com/blitz-js/next.js - b902ba120ff62635c2022607167fb9193db445ff authored almost 4 years ago by Tim Neutkens <[email protected]>
Add err.sh for i18n config errors (#18425)

This adds an err.sh with info that can help when tracking down errors from invalid i18n config i...

github.com/blitz-js/next.js - 8b4d6246f31105c9e1fc6f62c75b9ab0633b0de9 authored almost 4 years ago by JJ Kasper <[email protected]>
Fix Symbol.prototype.description (#18423)

Firefox 61:
<img width="513" alt="Screen Shot 2020-10-28 at 5 28 30 PM" src="https://user-images...

github.com/blitz-js/next.js - aac46c0be8f0b87532283b5c57ee55de27d58813 authored almost 4 years ago by Jason Miller <[email protected]>
remove unneeded deps & updated example (#17651)

Closes #17626

github.com/blitz-js/next.js - e058fa49d099c052a84e8f2b2149d25a9ba625a4 authored almost 4 years ago by Jip Sterk <[email protected]>
Upgrade @prisma/client: 2.8.0 → 2.10.0 (minor) (#1395)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> (example)

github.com/blitz-js/legacy-framework - ae934bc6b76332637947974d18f8142308fcbd47 authored almost 4 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/id.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/it.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/pt-br.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/ko.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/nl.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/es.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/ja.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/zh-hans.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/fr.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/de.blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Update deploy-vercel.mdx (#236)

github.com/blitz-js/blitzjs.com - bb0335d9f25baa265009084a240ecb89d715a4a2 authored almost 4 years ago by Garrison Snelling <[email protected]>
Add err.sh for image config errors (#18424)

* Add err.sh for image config errors

* Apply suggestions from code review

Co-authored-by: ...

github.com/blitz-js/next.js - e20dba2cf094f4203e183a8f6da98ab8a1772b1e authored almost 4 years ago by JJ Kasper <[email protected]>
Docs grammar (#235)

github.com/blitz-js/id.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/it.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/ja.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/fr.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/zh-hans.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/de.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/nl.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/pt-br.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/ko.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Docs grammar (#235)

github.com/blitz-js/es.blitzjs.com - a927f455b16f1c6d5418c297fe0cf6bf15e750f6 authored almost 4 years ago by bravo-kernel <[email protected]>
Update image optimization docs to include blog details (#18401)

This PR documents some details that are mentioned in the blog post https://nextjs.org/blog/next-10

github.com/blitz-js/next.js - 44fe971e6b3ba240ecd8f2d2d92025d831bc609d authored almost 4 years ago by Steven <[email protected]>
Update docs with details for cached images (#18399)

This PR explains the caching algorithm for the default loader.

github.com/blitz-js/next.js - 79314ef5d882940a8042d3c718d47488a8b7e72f authored almost 4 years ago by Steven <[email protected]>
Add tysm to rep list

github.com/blitz-js/discord-bot - 0e4d3d064c6ecdd88de934e3d54e4ba5a032d43a authored almost 4 years ago by Robert Westbury <[email protected]>
Tweak Image Optimization URL in example (#18355)

github.com/blitz-js/next.js - 4caf98efbfae9cc62233cd9e9030fa52db7c6375 authored almost 4 years ago by Sebastian Troć <[email protected]>
commit yarn.lock

github.com/blitz-js/legacy-framework - 8ebb3837648edcd75bf19eb19f3c9f576771a1a4 authored almost 4 years ago by Brandon Bayer <[email protected]>
v0.25.0-canary.1

github.com/blitz-js/legacy-framework - 8f7b064cee83c9430bf158af6aa479b812b8e20b authored almost 4 years ago by Brandon Bayer <[email protected]>
Fix `useInfiniteQuery` broken cache (#1391)

(patch)

github.com/blitz-js/legacy-framework - 73fa209e9f182426e7a7e28d36c14e573d6c818c authored almost 4 years ago by Brandon Bayer <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/it.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/id.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/ko.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/es.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/pt-br.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/nl.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/de.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/ja.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/zh-hans.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#234)

Co-authored-by: Myron Davis <[email protected]>

github.com/blitz-js/fr.blitzjs.com - 04866a21bac4db359cf1cd41ae2c8bed09798273 authored almost 4 years ago by sirmyron <[email protected]>
Add sirmyron l1 maintainer (#1389)

Co-authored-by: Myron Davis <[email protected]> (meta)

github.com/blitz-js/legacy-framework - 3372307112c06b4f53252c673942961916390dec authored almost 4 years ago by sirmyron <[email protected]>
Upgrade next: 9.5.5 → 10.0.0 (major) (#1385)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>

github.com/blitz-js/legacy-framework - c1e771d8a759df88f913a3b4d760af3db275065a authored almost 4 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Remove tailwind example app (#1384)

(example)

github.com/blitz-js/legacy-framework - 0dc2891387bb0b2a01feee06f240b4bfb72ecf00 authored almost 4 years ago by Brandon Bayer <[email protected]>
Unlazify images if no intersection observer found (#18345)

github.com/blitz-js/next.js - 5d7f7a47afa554e5b04c15aebb7ee1f9d3628cfd authored almost 4 years ago by Alex Castle <[email protected]>
Add err.sh for missing images domain (#18325)

* Add err.sh for missing images domain

* Apply suggestions from code review

Co-authored-by...

github.com/blitz-js/next.js - 27f56eb325718893e1b770425d4a286cc25ceba7 authored almost 4 years ago by JJ Kasper <[email protected]>