sourcebot/next.config.mjs
2024-08-30 20:00:58 -07:00

6 lines
118 B
JavaScript

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