main
mjs 6 lines 116 Bytes
Raw
1 /** @type {import('next').NextConfig} */
2 const nextConfig = {
3 output: "standalone"
4 };
5
6 export default nextConfig;