sourcebot/next.config.mjs

7 lines
118 B
JavaScript
Raw Permalink Normal View History

2024-08-23 20:54:13 +00:00
/** @type {import('next').NextConfig} */
2024-08-31 03:00:58 +00:00
const nextConfig = {
output: "standalone"
};
2024-08-23 20:54:13 +00:00
export default nextConfig;