Files
2026-03-18 18:26:24 +08:00

7 lines
119 B
JavaScript

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