diff --git a/examples/with-http2/next.config.js b/examples/with-http2/next.config.js new file mode 100644 index 000000000000000..a50ddf389e478b1 --- /dev/null +++ b/examples/with-http2/next.config.js @@ -0,0 +1,6 @@ +module.exports = { + /* this needs to be set to false until a bug in the compression npm module gets fixed. +reference: https://github.com/expressjs/compression/issues/122 + */ + compress: false, +}