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