Fix: profil image2

This commit is contained in:
Nicolas Cantu 2026-01-05 23:14:47 +01:00
parent a058056475
commit 3009c4664f

View File

@ -7,6 +7,35 @@ const nextConfig = {
// Désactiver la vérification TypeScript lors du build // Désactiver la vérification TypeScript lors du build
ignoreBuildErrors: true, ignoreBuildErrors: true,
}, },
images: {
remotePatterns: [
{
protocol: 'https',
hostname: 'cdn.nostrcheck.me',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'nostrimg.com',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'void.cat',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'nostr.build',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'picstr.build',
pathname: '/**',
},
],
},
} }
module.exports = nextConfig module.exports = nextConfig