mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-09 14:00:15 -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} */
|
||||
const nextConfig = {
|
||||
images: {
|
||||
domains: ["notioly.com"],
|
||||
remotePatterns: [
|
||||
{
|
||||
hostname: "notioly.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user