hermes-web/next.config.js

8 lines
143 B
JavaScript
Raw Normal View History

2023-12-30 04:00:54 -05:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: 'standalone',
}
2023-12-30 04:00:54 -05:00
module.exports = nextConfig