AIvoices/frontend-nextjs/next.config.js
2025-04-08 14:05:27 +01:00

4 lines
116 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = { output: "standalone" };
module.exports = nextConfig;