Files

7 lines
117 B
JavaScript
Raw Permalink Normal View History

2026-05-06 17:22:50 +08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
module.exports = nextConfig