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