From 21886a693ce3a84f0429fdc140df75c232615433 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Thu, 25 Jun 2026 22:40:38 +0200 Subject: [PATCH] fix: resolve yaml syntax error in deploy.yml and invalid next.config --- next.config.mjs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 20a56968a..08f71a6a9 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -46,12 +46,6 @@ const nextConfig = { env: { NEXT_PUBLIC_APP_VERSION: process.env.NEXT_PUBLIC_APP_VERSION || process.env.npm_package_version || 'dev', }, - sentry: { - disableClientWebpackPlugin: true, - autoInstrumentServerFunctions: false, - autoInstrumentMiddleware: false, - widenClientFileUpload: false, - }, // Prevent webpack from restarting when .env files are touched via Docker volume mount webpack: (config, { dev, isServer }) => { // Completely strip Next.js forced legacy polyfills for modern browser targets