diff --git a/examples/proxy-auth/next.config.js b/examples/proxy-auth/next.config.js new file mode 100644 index 0000000000..8f3f94042e --- /dev/null +++ b/examples/proxy-auth/next.config.js @@ -0,0 +1,7 @@ +const config = { + experimental: { + missingSuspenseWithCSRBailout: false, + }, +} + +export default config \ No newline at end of file