ss_website/next.config.js

8 lines
123 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone'
}
module.exports = nextConfig