compass/compass/next.config.js
2024-04-23 21:06:00 -04:00

12 lines
206 B
JavaScript

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