fix: temporary allow all domains for image optimization

This commit is contained in:
gauthier-th
2024-06-18 23:57:53 +02:00
parent 65239a922f
commit 5fb1c687fc

View File

@@ -13,6 +13,7 @@ module.exports = {
remotePatterns: [
{ hostname: 'gravatar.com' },
{ hostname: 'image.tmdb.org' },
{ hostname: '*', protocol: 'https' },
],
},
webpack(config) {