/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/with-http2/next.config.js
7 строк
241 B
Steven
chore(examples): use default prettier for examples/templates (#60530)
12 янв 2024, 02:01
Не верифицирован
12 янв 2024, 02:01
4466ba4
Код
Авторство
О чём код?
/** @type {import('next').NextConfig} */ 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, };