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