/** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, images: { domains: ['booru.lio.gallery', 'noco.lio.systems'], }, } module.exports = nextConfig