From bdebc3917f3439f84e9b3180aca52fae10cfb4c3 Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 2 Feb 2026 22:22:00 +0000 Subject: [PATCH] chore: remove invalid config option from next.config.js --- apps/web/next.config.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 03003b73..ebdf42fe 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -53,7 +53,6 @@ const config = { { protocol: 'https', hostname: 'cdn.discordapp.com', - pathname: '/avatars/**', }, ]; @@ -95,12 +94,6 @@ const config = { swcPlugins: [["@lingui/swc-plugin", {}]], }, - api: { - bodyParser: { - sizeLimit: env("NEXT_API_BODY_SIZE_LIMIT") || '1mb', - }, - }, - async rewrites() { return [ {