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",
|
defaultLocale: "en",
|
||||||
},
|
},
|
||||||
images: {
|
images: {
|
||||||
remotePatterns: [
|
remotePatterns: [],
|
||||||
{
|
|
||||||
protocol: 'https',
|
|
||||||
hostname: '*.backblazeb2.com',
|
|
||||||
port: '',
|
|
||||||
pathname: '/**',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
protocol: 'https',
|
|
||||||
hostname: 'tailwindui.com',
|
|
||||||
port: '',
|
|
||||||
pathname: '/**',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
|
|
||||||
async rewrites() {
|
async rewrites() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue