Community maintained Next.js plugins
- Create a directory under the
packagesfolder - Add
package.jsonto the directory with these contents:
{
"name": "@zeit/next-<NAME>",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"repository": "zeit/next-plugins"
}
- Add a
index.jsfile with the plugin code - Add a
readme.mdexplaining what the plugin does, how to install, and how to configure it - Submit a pull request