7 lines
122 B
JavaScript
7 lines
122 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
// output: 'standalone',
|
|
};
|
|
|
|
module.exports = nextConfig;
|