mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-20 10:30:16 -04:00
Replace images.domain with images.remotePatterns
images.domains is deprecated as of Next 14.
This commit is contained in:
parent
073517dea2
commit
259fa9546d
|
@ -1,7 +1,11 @@
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
images: {
|
images: {
|
||||||
domains: ["notioly.com"],
|
remotePatterns: [
|
||||||
|
{
|
||||||
|
hostname: "notioly.com",
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user