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

Don't use assetprefix on getServerSideProps and getStaticProps (#15634)

Strictly use `basePath` and not `assetPrefix` on `getStaticProps` and `getServerSideProps`

Fixe...

github.com/blitz-js/next.js - 80998a05f7d561adf9ac71773dbd2bb8b2429d0e authored about 4 years ago by Jan Potoms <[email protected]>
v9.5.1-canary.1

github.com/blitz-js/next.js - 1a0cdbeacbabb9e3649898e444ed14b2a9378f8d authored about 4 years ago by JJ Kasper <[email protected]>
Add CSS Modules examples to docs (#15601)

Fixes https://github.com/vercel/next.js/issues/15595

- Updated the tailwindcss and tailwindcss-...

github.com/blitz-js/next.js - 63ea2d82978ffc2b2a20c6ed02f7022adb6eca7b authored about 4 years ago by Luis Alvarez D <[email protected]>
Normalize missing optional value on Vercel (#15593)

This updates collecting dynamic route params on Vercel to make sure that missing optional dynami...

github.com/blitz-js/next.js - dd6a08980af8e99bdc4a99d403bebe2946bca05d authored about 4 years ago by JJ Kasper <[email protected]>
Fix webdriver error handling (#15491)

errors in script execution will result in timeout instead of failure. This PR makes sure to pass...

github.com/blitz-js/next.js - 3ffef602802997911a0827af625e56acbb3ff20c authored about 4 years ago by Jan Potoms <[email protected]>
Add note about statusCode config for redirects (#15615)

This adds a note to our documentation about the `statusCode` config to match the note from the r...

github.com/blitz-js/next.js - 571e2a7cff1e5b3ba3898fd8dd67ba29766dff67 authored about 4 years ago by JJ Kasper <[email protected]>
Update header replacing to be more relaxed (#15592)

Instead of trying to parse header values as URLs and then replace path segments in them this swi...

github.com/blitz-js/next.js - fc2167311eff1bf686195e446ff907f962d71e92 authored about 4 years ago by JJ Kasper <[email protected]>
Update multi-zone example link from relative to absolute (#15618)

github.com/blitz-js/next.js - 1e8271ebe7ee92758cbb5fb11d461e3a1ed32534 authored about 4 years ago by yokinist <[email protected]>
Add better typing for redirect (#15603)

github.com/blitz-js/next.js - 6eea915456b41414a95ef6ea06e08f757540747f authored about 4 years ago by Robert van Steen <[email protected]>
Make sure link can render without router (#15604)

This ensures rendering `next/link` doesn't fail without being nested under the router context.

...

github.com/blitz-js/next.js - 86ba29f65468ae822c561bf1d8a5ae679c58a0dc authored about 4 years ago by JJ Kasper <[email protected]>
Stabilize error-is-clickable test (#15606)

This attempts to stabilize the `error-is-clickable` test since it has been flaking recently

Clo...

github.com/blitz-js/next.js - 3960783983918ad73a50b3d78996bb30818db48a authored about 4 years ago by JJ Kasper <[email protected]>
Update Electron, Typescript example (#15524)

It seems like the error occurs with `next export` when building the current example.

```
$ cd e...

github.com/blitz-js/next.js - 2c9c07f96d1c9ed529647a47ec45e7cc490b5ced authored about 4 years ago by laiso <[email protected]>
fix typo in `eslint-plugin-next` code comments (#15583)

(p.s. excited to use this package. thank you.)

github.com/blitz-js/next.js - 3405fb9453a2cee05086f76dcaf4b912749ce539 authored about 4 years ago by Christopher Robert Van Wiemeersch <[email protected]>
Update stats-config for new polyfills location (#15584)

This makes sure to not group the polyfills chunk in with the client bundles group now that it is...

github.com/blitz-js/next.js - 059741ea00feafc5b9da3e9fb3d9a2f8856507b0 authored about 4 years ago by JJ Kasper <[email protected]>
Update release.js and release package to avoid github rate limit (#15575)

github.com/blitz-js/next.js - bf3b1b56cac74410428b4f7881e2b4731b4b6ce6 authored about 4 years ago by Tim Neutkens <[email protected]>
v9.5.1-canary.0

github.com/blitz-js/next.js - 4730a1061da15d0b994746430ad1799d334268ba authored about 4 years ago by Tim Neutkens <[email protected]>
Add release hook to format the changelog by labels (#14592)

* Add release hook

* Remove release.js exported config

* Add skip flag to release CLI

*...

github.com/blitz-js/next.js - c50843f66020a2bfa76bc5ccbe57bcbadb5565fb authored about 4 years ago by Rafael Almeida <[email protected]>
Make Links rendered in the error overlay clickable [ 14017 ] (#14055)

Co-authored-by: TodorTotev <[email protected]>

github.com/blitz-js/next.js - 23eb267499dafee6b0b42c7571bb6c7a2a74f22e authored about 4 years ago by Darsh Patel <[email protected]>
Next.js prefetching should use requestIdleCallback (#14580)

github.com/blitz-js/next.js - edbb32cac9106ce9ae403265f894d9ebdddbe873 authored about 4 years ago by Arsalan Khattak <[email protected]>
Font optimizations (#14746)

Co-authored-by: atcastle <[email protected]>

github.com/blitz-js/next.js - fb81ecb2bd85167d2676983a2489e29ea42b6b97 authored about 4 years ago by Prateek Bhatnagar <[email protected]>
Fix: UnhandledPromiseRejectionWarning when unknown flag provided for cli commands (#15422)

github.com/blitz-js/next.js - 27c207da7b199cbaad6c7340b72323f7501e8879 authored about 4 years ago by Darsh Patel <[email protected]>
Ignore history state not created by next.js (#15379)

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

github.com/blitz-js/next.js - 91242ca6d7d8227dff9d2eb7e9c3b8517f5b6fde authored about 4 years ago by Jan Potoms <[email protected]>
improves baseUrl resolution in typescript monorepos (#13542)

github.com/blitz-js/next.js - 17420c785c23e56b82a7fd80490559a292db1c8d authored about 4 years ago by Jean Helou <[email protected]>
Add polyfill for process and Buffer in webpack 5 (#15499)

github.com/blitz-js/next.js - fdfc508a61bd1694892f0f123561d200177e8772 authored about 4 years ago by Tim Neutkens <[email protected]>
De-experimentalize redirects for rosetta example (#15554)

Fixes #15552

github.com/blitz-js/next.js - 5b4274a5901134035e4d041b7dd1680f87286ff9 authored about 4 years ago by Joe Haddad <[email protected]>
[Docs] Performance time is in milliseconds (#15544)

github.com/blitz-js/next.js - 4dcf94e5c4325669253cc5e67141aaf03a13ee1e authored about 4 years ago by Luis Alvarez D <[email protected]>
Change new app template to use react-error-boundary instead of custom `ErrorBoundary` component (#807)

(patch)

github.com/blitz-js/legacy-framework - aee33f0354f585bf18a9cc67f7f9e41d889db44e authored about 4 years ago by Brandon Bayer <[email protected]>
Update revalidate examples for 9.5 (#15551)

github.com/blitz-js/next.js - e73faa187bfe2bccabbb52f05ea5faf4ad3a85fe authored about 4 years ago by Joe Haddad <[email protected]>
Update Apollo example for 9.5 (#15546)

github.com/blitz-js/next.js - bf9b96bd81d62d8fe62487ef58509dd958d76bcb authored about 4 years ago by Omkar Yadav <[email protected]>
[Docs] Update links that should point to Vercel repos (#15547)

From feedback, we still have some links that go to zeit repos instead of vercel

github.com/blitz-js/next.js - bf1af6880add6e612c06c42179c2dab5ec372669 authored about 4 years ago by Luis Alvarez D <[email protected]>
[update] 'yo' to 'you' (#15545)

that's really all there is - it just bugged me.

github.com/blitz-js/next.js - fc942865bfc0456822f93579f1c2436f48b70bea authored about 4 years ago by ywppp <[email protected]>
Combine sendPayload and sendHTML (#15475)

github.com/blitz-js/next.js - 71bc0db92ad0f75e5f208d04ae36f6810f8f53c6 authored about 4 years ago by Gerald Monaco <[email protected]>
fix typo in custom-webpack-config docs (#15533)

github.com/blitz-js/next.js - 193ffe7616ed1e1578eea817d8808e9f556f6055 authored about 4 years ago by Christopher Robert Van Wiemeersch <[email protected]>
Update `gssp-export` Error (#15529)

This pull request updates the `gssp-export` error for clarity.

Fixes #15527

github.com/blitz-js/next.js - 63e66ef0b052d366a20052b929e3fa01c93e6368 authored about 4 years ago by Joe Haddad <[email protected]>
upgrade @ampproject/toolbox-optimizer to 2.5.14 (#15463)

github.com/blitz-js/next.js - 56367487085e3bef0bf86eebc1ebe662bf4b2337 authored about 4 years ago by Sebastian Benz <[email protected]>
v9.5.0

github.com/blitz-js/next.js - d33dbea8dc684003a8d7babce58b60140089c6e1 authored about 4 years ago by Tim Neutkens <[email protected]>
Rename `<Error>` to `<ErrorComponent>` (#808)

(major)

github.com/blitz-js/legacy-framework - baf3fb9b4fc3dac1489f2c1e97cf55be5ea748ad authored about 4 years ago by Brandon Bayer <[email protected]>
Remove `delete data.id` from Generated update mutations (#789)

Co-authored-by: Brandon Bayer <[email protected]> (patch)

github.com/blitz-js/legacy-framework - 437ce18170dda7932e2fd91473a62f91f23d244a authored about 4 years ago by Simon Edelmann <[email protected]>
Add Node version check and warning to CLI startup routine (#804)

(patch)

github.com/blitz-js/legacy-framework - 167abce895d70a8423fba7380a873686079d3750 authored about 4 years ago by Simon Knott <[email protected]>
Update custom webpack config docs to mention existing features (#15517)

github.com/blitz-js/next.js - a3eec3bf038909d76ff6ea4809064417aee07c49 authored about 4 years ago by Tim Neutkens <[email protected]>
v9.4.5-canary.45

github.com/blitz-js/next.js - 1ee151640efe857593228c142c115bbe338eeb60 authored about 4 years ago by Joe Haddad <[email protected]>
Fix peer dependency (#15511)

github.com/blitz-js/next.js - ac12c07ce55f5d1566be43b884818ec9387eabee authored about 4 years ago by Joe Haddad <[email protected]>
v9.4.5-canary.44

github.com/blitz-js/next.js - 3accce37a7486b51b43a45908697876f01f7a1ca authored about 4 years ago by Joe Haddad <[email protected]>
Upgrade cssnano-simple dependency (#15488)

github.com/blitz-js/next.js - e837c2253db07124ccc5c8cd79070d3c05fba824 authored about 4 years ago by Joe Haddad <[email protected]>
Add static tweet link (#15493)

github.com/blitz-js/next.js - f98e38c9b634b85e6679e7b5f953a9d98074cfc3 authored about 4 years ago by Tim Neutkens <[email protected]>
Stabilize more tests (#15470)

jest retries seem to be masking test failures, like the `auto-export` one (and maybe others). I ...

github.com/blitz-js/next.js - 2f50f1f8c948b5766a783adfba5e05d129deb624 authored about 4 years ago by Jan Potoms <[email protected]>
TypeScript documentation for _document.tsx (#15386)

- Update the [Custom Document page](https://nextjs.org/docs/advanced-features/custom-document) t...

github.com/blitz-js/next.js - d3955cdf514e7d5032d5929e551796106ede21c7 authored about 4 years ago by Kaic Bastidas <[email protected]>
Upgrade Apollo Client to 3.0 in `examples/api-routes-apollo-server-and-client-auth` (#15272)

github.com/blitz-js/next.js - ebe4bb1ee4fb79fa78bf7ef5ee23f3c035becf75 authored about 4 years ago by David Stotijn <[email protected]>
Add support for preserving object identity (#30)

Co-authored-by: Dylan Brookes <[email protected]>

github.com/flightcontrolhq/superjson - e5a65580b10f82c8f6dc7721f223e1d90853dcf7 authored about 4 years ago by Simon Knott <[email protected]>
v0.16.5-canary.7

github.com/blitz-js/legacy-framework - ed233072674440619e57b704cb468534f11a7531 authored about 4 years ago by Brandon Bayer <[email protected]>
v0.16.5-canary.6

github.com/blitz-js/legacy-framework - 436bd4e306d093f1e25dc2cd795fd17483a813c5 authored about 4 years ago by Brandon Bayer <[email protected]>
πŸŽ‰ Add Passport.js authentication adapter! (#796)

(minor)

github.com/blitz-js/legacy-framework - 8ee9df51fdcde5c6663be8fc2b59f46da2f2a129 authored about 4 years ago by Brandon Bayer <[email protected]>
Bump lodash from 4.17.15 to 4.17.19 (#32)

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

github.com/flightcontrolhq/superjson - eb2f13b9b0c2d1730d2ece361adb6d6d13e5df73 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Transmit map key type as part of the value type (#29)

Co-authored-by: Dylan Brookes <[email protected]>
Co-authored-by: ...

github.com/flightcontrolhq/superjson - 526dacb72214c9afa5e9c7fdb8d85722ef157405 authored about 4 years ago by Simon Knott <[email protected]>
Fix prod crash hidden by --downLevelIteration (#27)

github.com/flightcontrolhq/superjson - 616d0b62b9aa444e3d06d92f4e3a27120f31f8a5 authored about 4 years ago by Simon Knott <[email protected]>
Add github orkflow for bundle size reporting (#799)

Co-authored-by: Brandon Bayer <[email protected]> (meta)

github.com/blitz-js/legacy-framework - a421212e63dc36ba42c1b58ff62846a5a26136bf authored about 4 years ago by robertgrzonka <[email protected]>
docs: add robertgrzonka as a contributor (#802)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - 10c3b248e9079393e6e5396582341ef39fcf2c8a authored about 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Make dynamic routes case-sensitive (#15444)

Fixes https://github.com/vercel/next.js/issues/15377
Closes https://github.com/vercel/next.js/pu...

github.com/blitz-js/next.js - 574fe0b582d5cc1b13663121fd47a3d82deaaa17 authored about 4 years ago by Jan Potoms <[email protected]>
Always resolve after router.prefetch() (#15448)

In development or with an invalid href, `await router.prefetch()` would not resolve the promise....

github.com/blitz-js/next.js - f22f88fd733518299b9941c2a2e9747b837e47f1 authored about 4 years ago by James Mosier <[email protected]>
Link with-polyfills example to updated polyfill docs (#13943)

* Link to updated polyfill docs

Ref: https://github.com/vercel/next.js/pull/13766

* Update...

github.com/blitz-js/next.js - c9836676542e6aed8c833307853489838a8672fe authored about 4 years ago by Karl Horky <[email protected]>
Update lockfile

github.com/blitz-js/next.js - 1509465f25169444454276074397466e1f73447e authored about 4 years ago by Joe Haddad <[email protected]>
Example for Rewrites (Custom routes) (#15403)

This PR adds example for #15073
> - [ ] `rewrites` For [docs/api-reference/next.config.js/rewr...

github.com/blitz-js/next.js - 1a34b237b62eeb9424983794dc31820f713e02a0 authored about 4 years ago by Robin Tom <[email protected]>
Tweak test retries for invalid-href suite (#15459)

- Reduce jest retries to 2 for a total of 3 attempts
- Disable retries in `invalid-href` test. I...

github.com/blitz-js/next.js - e6e2722b117976d6233f5c72c337a3b03a3906c9 authored about 4 years ago by Jan Potoms <[email protected]>
Update webpack to land chokidar patch for all Next.js users (#15460)

Forces all Next.js users to have this patch installed: https://twitter.com/timneutkens/status/12...

github.com/blitz-js/next.js - c5f29b76ea125d122d443c975896399f44c428f0 authored about 4 years ago by Tim Neutkens <[email protected]>
Add Sitemap Example (#15047)

* Add with-sitemap Example

* Update README

* Update examples/with-sitemap/scripts/generate...

github.com/blitz-js/next.js - cc541fb25260f7315d3e223d368cfad80c99f25a authored over 4 years ago by Arsalan Khattak <[email protected]>
Add bundle analyzer to auth example (#795)

(example)

github.com/blitz-js/legacy-framework - b5da9c2822485da9385b578328ee51edda378090 authored over 4 years ago by Brandon Bayer <[email protected]>
Fix regression from getConfig in session management file (#793)

* fix regression from getConfig in session management file

* bump CI (ignore)

github.com/blitz-js/legacy-framework - 509110b1ea8e55817438a8ef510406e5113ebeba authored over 4 years ago by Brandon Bayer <[email protected]>
Update README.md

github.com/blitz-js/legacy-framework - 852fdc60169d08bdfe19f80537f215b083a09def authored over 4 years ago by Brandon Bayer <[email protected]>
Fix cannot read property 'getSession' of undefined (#790)

(patch)

github.com/blitz-js/legacy-framework - 69449ca6b93b3e71c6857d1e3cfcf4481392b8b0 authored over 4 years ago by Brandon Bayer <[email protected]>
Fully fix errors from useQuery during pre-rendering (#791)

(patch)

github.com/blitz-js/legacy-framework - 35ff20bc780e018978ffefc52234d9b2c713fbae authored over 4 years ago by Brandon Bayer <[email protected]>
Merge pull request #234 from react-native-community/bugfix/replace-app-name-in-content

github.com/blitz-js/versions-diff-web - bae1e64ddc6179749c5bfe8b1434642d478c7b0c authored over 4 years ago by Lucas Bento <[email protected]>
Merge branch 'master' into bugfix/replace-app-name-in-content

github.com/blitz-js/versions-diff-web - 864fe9d3cfd5566bb204c6a2f5d4358dca9fbacb authored over 4 years ago by Lucas Bento <[email protected]>
Merge pull request #241 from mhmdAljefri/master

github.com/blitz-js/versions-diff-web - f95b8b1988779e5aa2a5d57c82234864a06ddbc4 authored over 4 years ago by Lucas Bento <[email protected]>
Fix lint (#15449)

github.com/blitz-js/next.js - 681ebfa5cbe24b738ee08a4a5964c0b942af49bb authored over 4 years ago by Luis Alvarez D <[email protected]>
More helpful README (#14830)

* More helpful README

Updated to include more details about Next.js, link to the interactive ...

github.com/blitz-js/next.js - 00ebce55538f99b752408608aaecb85942f7d3dc authored over 4 years ago by Mehedi Hassan <[email protected]>
Update Sentry example for use with Sentry/Vercel integration (#15349)

* Update Sentry example for use with Sentry/Vercel integration

* update linting

* Update l...

github.com/blitz-js/next.js - 23ebe3e4aac920b57cf71cf5a530bcfaa7b186de authored over 4 years ago by Colleen O'Rourke <[email protected]>
Implement custom type checking (#13)

Co-authored-by: merelinguist <[email protected]>

github.com/flightcontrolhq/superjson - c617bc76a538dcdd182c0b31b08e2b3a7bce4ea0 authored over 4 years ago by Dylan Brookes <[email protected]>
Revert "Allow custom DB connection logic and add example for using DB clients other than Prisma (#739)"

This reverts commit 20f1d99e7cda0706a6cd195c6cd5aa9e82b034f1.

github.com/blitz-js/legacy-framework - 000cf2d4bf8bf69d88e89fdf1414fb2ce0b78f1b authored over 4 years ago by Brandon Bayer <[email protected]>
Allow custom DB connection logic and add example for using DB clients other than Prisma (#739)

(minor)

github.com/blitz-js/legacy-framework - 20f1d99e7cda0706a6cd195c6cd5aa9e82b034f1 authored over 4 years ago by Simon Knott <[email protected]>
Upgrade actions/cache to v2.1.0 (#15415)

github.com/blitz-js/next.js - e4e3ad38fd7cfc7dd5f72efd493d75a5b945c300 authored over 4 years ago by Jan Potoms <[email protected]>
MongoDB Example (#15029)

* MongoDB Example

* Apply suggestions from code review

* Add changes based on feedback.

...

github.com/blitz-js/next.js - 0152dac87f2965c7f1f5fe5d4e272af4b9298d14 authored over 4 years ago by Ado Kukic <[email protected]>
Upgrade actions/cache to v2 (#24)

Co-authored-by: merelinguist <[email protected]>

github.com/flightcontrolhq/superjson - c72b10f4a3f6fdda4704831e283380a32e880d83 authored over 4 years ago by Dylan Brookes <[email protected]>
docs: add merelinguist as a contributor (#22)

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

github.com/flightcontrolhq/superjson - 4bed7ba78c5de70c85e807e90f8039aa91ba2084 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add Skn0tt as a contributor (#21)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
C...

github.com/flightcontrolhq/superjson - 3ae65aa4dfc0c09e395da6337e808a09b48f35e4 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add merelinguist as a contributor (#19)

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

github.com/flightcontrolhq/superjson - cf2f33a0a5e45686f9a3bab6f8c7081a946604ec authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add mrleebo as a contributor (#18)

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

github.com/flightcontrolhq/superjson - 0e932a0c881f5cabbed86a49397761adbc6b2ffd authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
fix yarn.lock

github.com/blitz-js/legacy-framework - 960e225f0cef79f0b5e09a56abd0ddcb5e3969dc authored over 4 years ago by Brandon Bayer <[email protected]>
v0.16.5-canary.5

github.com/blitz-js/legacy-framework - d8449d44588fb548284c9ce30b73484157f1d486 authored over 4 years ago by Brandon Bayer <[email protected]>
Fix global middleware not working in serverless builds (#787)

(patch)

github.com/blitz-js/legacy-framework - 50e20b812c12c8388f0e436d024386a93e6caa05 authored over 4 years ago by Brandon Bayer <[email protected]>
docs: add flybayer as a contributor (#17)

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

github.com/flightcontrolhq/superjson - 06e178132c57d833810b878b40dae2a23f8508c9 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add Skn0tt as a contributor (#16)

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

github.com/flightcontrolhq/superjson - 169a6f38a4f3e6f3ce6ee30545271c8ed04f1c55 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
docs: add merelinguist as a contributor (#15)

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

github.com/flightcontrolhq/superjson - b2868ba08405d2fb641b3ba40a5eea5a42cec222 authored over 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Fix `blitz db migrate` stuck on first production deploy (#786)

(patch)

github.com/blitz-js/legacy-framework - fa8616f8a3867558eab953e96257f9d4db0b22df authored over 4 years ago by Brandon Bayer <[email protected]>
Add release 0.63.2

github.com/blitz-js/versions-diff - 2ea07482529c6afa5d8c8f698d212cb31c6d6a58 authored over 4 years ago by Pavlos Vinieratos <[email protected]>
Enable CI cache for windows (#785)

(meta)

github.com/blitz-js/legacy-framework - 362352379d19797b50475bea117590e72122926e authored over 4 years ago by Brandon Bayer <[email protected]>
Update render deploy docs

github.com/blitz-js/nl.blitzjs.com - 260c6572438c2a5aec3361a8f8af0a3308b385be authored over 4 years ago by Brandon Bayer <[email protected]>
Update render deploy docs

github.com/blitz-js/it.blitzjs.com - 260c6572438c2a5aec3361a8f8af0a3308b385be authored over 4 years ago by Brandon Bayer <[email protected]>
Update render deploy docs

github.com/blitz-js/ja.blitzjs.com - 260c6572438c2a5aec3361a8f8af0a3308b385be authored over 4 years ago by Brandon Bayer <[email protected]>
Update render deploy docs

github.com/blitz-js/zh-hans.blitzjs.com - 260c6572438c2a5aec3361a8f8af0a3308b385be authored over 4 years ago by Brandon Bayer <[email protected]>
Update render deploy docs

github.com/blitz-js/pt-br.blitzjs.com - 260c6572438c2a5aec3361a8f8af0a3308b385be authored over 4 years ago by Brandon Bayer <[email protected]>