kentcdodds/mdx-bundler

Questions about Cloudflare

hahnbeelee opened this issue · 0 comments

  • mdx-bundler version: ^9.0.1
  • node version: v18.10.0
  • npm version: 8.19.2

I'm using Cloudflare workers for the pure purpose of proxying. For example I'm using cloudflare to make my next application live at website.com/docs instead of docs.website.com.

I want to use mdx-bundler inside my getStaticProps which is called during build time and when a new page is added using ISR. According to the README mdx-bundler doesn't work with Cloudflare. Will mdx-bundler still not work in this scenario?