compass/compass/next.config.js
2024-03-23 15:50:08 +00:00

9 lines
149 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: {
domains: ['notioly.com']
},
}
module.exports = nextConfig