monacopilot / next.config.js
matthoffner's picture
Duplicate from failfast/nextjs-hf-spaces
9c5a47e
raw
history blame
144 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
module.exports = nextConfig;