www/next.config.mjs

7 lines
119 B
JavaScript
Raw Normal View History

2024-09-12 17:28:33 -07:00
/** @type {import('next').NextConfig} */
2024-09-13 18:27:40 -07:00
const nextConfig = {
output: "standalone",
};
2024-09-12 17:28:33 -07:00
export default nextConfig;