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