logos-press-engine/next.config.js

12 lines
184 B
JavaScript

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