remove unused remotePatterns
This commit is contained in:
parent
b8db796d32
commit
5b21d10985
1 changed files with 1 additions and 14 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue