Files
zhimingge/next.config.js
T
2026-06-10 19:59:27 +08:00

7 lines
119 B
JavaScript

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