6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
module.exports = {
|
|
reactStrictMode: true,
|
|
output: 'standalone'
|
|
}
|