- Next.js builds to .next/standalone, not dist/ - Use next.config.mjs output: 'standalone' - Copy .next/static for static assets - Copy public folder for static files
804 B
804 B
- Next.js builds to .next/standalone, not dist/ - Use next.config.mjs output: 'standalone' - Copy .next/static for static assets - Copy public folder for static files