Files
wfh/next.config.mjs

7 lines
117 B
JavaScript
Raw Normal View History

2026-03-12 17:09:22 -05:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;