mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10:17 -04:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
images: {
|
|
domains: ['notioly.com']
|
|
},
|
|
}
|
|
|
|
module.exports = nextConfig
|