ss_website/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2024-05-16 05:19:03 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone'
}
module.exports = nextConfig