introduction
Next.js 提供了 gzip 压缩去压缩渲染的内容以及静态文件,通常你将想要在HTTP 代理(例如nginx)上启用代理,为了卸载<font style="color:rgb(17, 17, 17);">Node.js</font>进程的负担 ..
为了禁用压缩,打开next.config.js,并且禁用compress配置 ..
module.exports = {compress: false,}
Next.js 提供了 gzip 压缩去压缩渲染的内容以及静态文件,通常你将想要在HTTP 代理(例如nginx)上启用代理,为了卸载<font style="color:rgb(17, 17, 17);">Node.js</font>进程的负担 ..
为了禁用压缩,打开next.config.js,并且禁用compress配置 ..
module.exports = {compress: false,}
让时间为你证明