Spaces:
Sleeping
Sleeping
Update frontend/next.config.mjs
Browse files- 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 |
{
|