Skip to content
Snippets Groups Projects
next.config.mjs 242 B
Newer Older
Yusuf Akgül's avatar
Yusuf Akgül committed
import "./env.mjs"

/** @type {import('next').NextConfig} */
const nextConfig = {
Yusuf Akgül's avatar
Yusuf Akgül committed
    reactStrictMode: true,
    swcMinify: true,
        unoptimized: true,
Yusuf Akgül's avatar
Yusuf Akgül committed
export default nextConfig