learnhouse/apps/web/next.config.js
2024-04-20 11:51:01 +02:00

8 lines
148 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: 'standalone',
}
module.exports = nextConfig