You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
mdx-bundler
version: ^9.0.1node
version: v18.10.0npm
version: 8.19.2I'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?
The text was updated successfully, but these errors were encountered: