v0-landing-final / next.config.mjs
likhonsheikh's picture
Deploy Next.js v0.dev clone with shadcn/ui and Geist design system
18ea885 verified
raw
history blame contribute delete
115 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
}
export default nextConfig