model-release-heatmap / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
add dockerfile
db07f7a
raw
history blame
No virus
142 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
};
export default nextConfig;