Files
wfh/next.config.mjs
2026-03-12 17:09:22 -05:00

7 lines
117 B
JavaScript

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