/** @type {import('next').NextConfig} */ const nextConfig = { trailingSlash: true, reactStrictMode: false, swcMinify: true, output: "standalone", images: { unoptimized: true, }, basePath: "/god-mode", }; module.exports = nextConfig;