Issue with Build Configuration
Hi guys!
I'm trying to deploy my Next.js 15 app on Cloudflare for the first time and I want to change it's default npm install to npm install --legacy-peer-deps instead
I already went to my project Settings > Build Configuration >
Set:
Framework: Next.js
Build command: npm install --legacy-peer-deps && npx @cloudflare/next-on-pages@1
Build output directory: .vercel/output/static
I also created a wrangler.toml
Both still don't work, thanks for the help!
0 Replies