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