Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Feb 7, 2024
1 parent bd5b3a9 commit 2a1ac57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .changeset/brown-rats-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@remix-run/cloudflare-pages": minor
---

Make `getLoadContext` optional for Cloudflare Pages

Defaults to `(context) => ({ env: context })`, which is what we used to have in all the templates.
This gives parity with the Cloudflare preset for the Remix Vite plugin and keeps our templates leaner.

0 comments on commit 2a1ac57

Please sign in to comment.