fixed local thumbnails

This commit is contained in:
wass08
2026-03-06 13:09:25 +01:00
parent 5143d3f0e5
commit ca0a3acf17
+1
View File
@@ -8,6 +8,7 @@ const nextConfig: NextConfig = {
}, },
}, },
images: { images: {
unoptimized: process.env.NEXT_PUBLIC_ASSETS_CDN_URL?.startsWith('http://localhost') ?? false,
remotePatterns: [ remotePatterns: [
{ {
protocol: 'https', protocol: 'https',