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