diff --git a/next.config.mjs b/next.config.mjs index a345725..4f1c57e 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -10,6 +10,15 @@ const nextConfig = { bodySizeLimit: '10mb', }, }, + images: { + remotePatterns: [ + { + protocol: 'https', + hostname: 'supaapi.cloud.fluffigewolke.de', + pathname: '/storage/v1/object/public/**', + }, + ], + }, }; // Wrap with Sentry only if DSN is configured