hermes-web/next.config.js

8 lines
143 B
JavaScript

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