import type { NextConfig } from "next" /** @type {NextConfig} */ const nextConfig: NextConfig = { reactStrictMode: true, output: "standalone", } export default nextConfig