Scope blog to UP Parivaar tag via GHOST_BLOG_TAG; allow http Ghost images
This commit is contained in:
+7
-1
@@ -13,7 +13,13 @@ const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: "https", hostname: "images.unsplash.com" },
|
||||
...(ghostHost ? [{ protocol: "https", hostname: ghostHost }] : []),
|
||||
// Ghost may serve feature images over either http or https, so allow both.
|
||||
...(ghostHost
|
||||
? [
|
||||
{ protocol: "https", hostname: ghostHost },
|
||||
{ protocol: "http", hostname: ghostHost },
|
||||
]
|
||||
: []),
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user