wedding-planner-frontend/next.config.mjs

8 lines
120 B
JavaScript
Raw Normal View History

2024-08-11 12:03:11 +02:00
/** @type {import('next').NextConfig} */
2024-08-11 22:50:36 +02:00
const nextConfig = {
output: 'standalone',
};
2024-08-11 12:03:11 +02:00
export default nextConfig;