remove unused remotePatterns

This commit is contained in:
MarconLP 2023-05-05 18:18:06 +02:00
parent b8db796d32
commit 5b21d10985
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -21,20 +21,7 @@ const config = {
defaultLocale: "en",
},
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '*.backblazeb2.com',
port: '',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'tailwindui.com',
port: '',
pathname: '/**',
},
],
remotePatterns: [],
},
async rewrites() {