dpv007 commited on
Commit
26cdad1
·
verified ·
1 Parent(s): 1ed0675

Update frontend/next.config.mjs

Browse files
Files changed (1) hide show
  1. frontend/next.config.mjs +1 -0
frontend/next.config.mjs CHANGED
@@ -1,5 +1,6 @@
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
 
3
  async rewrites() {
4
  return [
5
  {
 
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
+ compress: false,
4
  async rewrites() {
5
  return [
6
  {