betterNAS/apps/web/next.config.js
2026-04-01 03:45:34 +00:00

6 lines
117 B
JavaScript

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