8 lines
130 B
JavaScript
Executable File
8 lines
130 B
JavaScript
Executable File
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'standalone',
|
|
}
|
|
|
|
module.exports = nextConfig
|
|
|
|
|