Frontend/next.config.mjs

7 lines
117 B
JavaScript
Raw Normal View History

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