Replies: 1 comment 4 replies
-
You should be able to use static export for cloudflare pages, we have a guide on docs |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Cloudflare Pages does support Next.js server apps using https://www.npmjs.com/package/@cloudflare/next-on-pages.
However it seems fragile. I am trying to get it to work but its insisting
I've tried to add these to ensure it's seen as static but to no avail.
I tried adding in
export const runtime = 'edge';
But that conflicts with generateStaticParams
Any thoughts..?
Beta Was this translation helpful? Give feedback.
All reactions