Skip to content

grountish/netlify-plugin-nextjs

 
 

Repository files navigation

Next.js on Netlify Build Plugin

Essential Next.js Build Plugin (beta)

⚠️ This is the beta version of the Essential Next.js plugin. For the stable version, see Essential Next.js plugin v3 ⚠️

Installing the beta

  • Install the module:
npm install -D @netlify/plugin-nextjs@beta
  • Change the publish directory to .next and add the plugin to netlify.toml if not already installed:
[build]
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"

If you previously set target: "serverless", node_bundler or external_node_modules in your next.config.js these are no longer needed and can be removed.

Beta feedback

Please share any thoughts, feedback or questions about the beta in our discussion.

About

A build plugin to integrate Next.js seamlessly with Netlify

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%