main-site/next.config.js

8 lines
143 B
JavaScript
Raw Normal View History

2022-12-03 20:02:13 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
};
module.exports = nextConfig