benchmarks / next.config.js
vincelwt's picture
fix build
3346bd5 unverified
raw
history blame
No virus
142 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "standalone",
}
module.exports = nextConfig