diff --git a/compass/next.config.js b/compass/next.config.js index 3173a01..2376ac8 100644 --- a/compass/next.config.js +++ b/compass/next.config.js @@ -1,7 +1,11 @@ /** @type {import('next').NextConfig} */ const nextConfig = { images: { - domains: ["notioly.com"], + remotePatterns: [ + { + hostname: "notioly.com", + }, + ], }, };