fix: add libc6-compat to runner stage and optimize image sizes to fix 400 errors
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 8s
Build & Deploy / 🧪 QA (push) Successful in 1m13s
Build & Deploy / 🏗️ Build (push) Successful in 2m47s
Build & Deploy / 🚀 Deploy (push) Successful in 13s
Build & Deploy / 🧪 Post-Deploy Verification (push) Failing after 47s
Build & Deploy / 🔔 Notify (push) Successful in 1s

This commit is contained in:
2026-05-06 15:24:57 +02:00
parent 94627ba20e
commit 8b0cd6028b
3 changed files with 8 additions and 8 deletions

View File

@@ -403,7 +403,7 @@ const nextConfig = {
},
images: {
formats: ['image/webp'],
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048, 3840],
deviceSizes: [640, 750, 828, 1080, 1200, 1920, 2048],
remotePatterns: [
{
protocol: 'https',