here.chat / next.config.js
faranbutt789's picture
Pushing Frontend Code
8e40013
raw history blame
No virus
144 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
module.exports = nextConfig;