Q58Connect/next.config.mjs
2024-09-07 18:19:33 +08:00

8 lines
142 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "standalone",
};
export default nextConfig;