Files
Frontend/next.config.mjs

7 lines
117 B
JavaScript
Raw Normal View History

2024-04-14 17:45:04 +01:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
export default nextConfig;