logos-press-engine/next.config.js

10 lines
174 B
JavaScript
Raw Normal View History

2023-04-14 23:29:32 +09:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
2023-04-21 01:09:11 +09:00
images: {
domains: ['images.cdn.unbody.io'],
2023-04-21 01:09:11 +09:00
},
2023-04-14 23:29:32 +09:00
}
module.exports = nextConfig