www/next.config.mjs

8 lines
118 B
JavaScript
Raw Normal View History

2024-07-01 10:28:41 -04:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
2024-07-01 10:28:41 -04:00
export default nextConfig;