← Back2022-09-23Next.js deploy settings on Netlify for this blogpackage.json "scripts": { "build": "next build && next export", } next.config.js eslint: { ignoreDuringBuilds: true, }, Netlify: Deploys -> Deploy settings -> Build settings Base directory: Build command: next build && next export Publish directory: out Site settings -> Build & deploy -> Environment -> Environment variables Key: NETLIFY_NEXT_PLUGIN_SKIP Value: true