diff --git a/.changeset/brown-rats-flow.md b/.changeset/brown-rats-flow.md new file mode 100644 index 00000000000..85cb43486b7 --- /dev/null +++ b/.changeset/brown-rats-flow.md @@ -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.