-
Yusuf Akgül authoredYusuf Akgül authored
next.config.mjs 242 B
import "./env.mjs"
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
images: {
unoptimized: true,
domains: ["images.igdb.com"]
}
}
export default nextConfig