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 [ {