This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

netlify-plugin-next-dynamic
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

netlify-plugin-next-dynamic

Netlify plugin that allows you to deploy dynamic NextJS path statically

Demo

Deploy to Netlify

Example site: demo-netlify-plugin-next-dynamic.netlify.app

Build logs: Netlify CI

Usage

You have to build your NextJS with your next build command first, then export it by next export

After that, add plugin into your Netlify configuration (docs) or just add it from Netlify UI (docs)

[[plugins]]
package = "netlify-plugin-next-dynamic"

Configuration

Normally, you can use it with zero-configuration if .next and your exported directory are in the same place. If not don't worry, we got you covered!

nextDir (Optional)

Path that target to your custom .next directory

  [plugins.inputs]
  nextDir = "apps/dashboard/.next"

/netlify-plugin-next-dynamic/

    Package Sidebar

    Install

    npm i netlify-plugin-next-dynamic

    Weekly Downloads

    4

    Version

    1.0.9

    License

    MIT

    Unpacked Size

    10.9 kB

    Total Files

    24

    Last publish

    Collaborators

    • rayriffy