Skip to content

Commit 9fbcc0a

Browse files
Merge pull request #80 from netlify-templates/pw/removePlugin
Remove plugin
2 parents 411703e + f0ef7df commit 9fbcc0a

File tree

4 files changed

+11
-3654
lines changed

4 files changed

+11
-3654
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a [Next.js](https://nextjs.org/) v12 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!
66

7-
This project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. It also includes the [Essential Next.js Build Plugin](https://github.com/netlify/netlify-plugin-nextjs), which will allow for you to implement features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing.
7+
This project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. With Netlify, you'll have access to features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing on deploy automatically.
88

99
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/next-netlify-starter&utm_source=github&utm_medium=nextstarter-cs&utm_campaign=devex-cs)
1010

netlify.toml

-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,5 @@
22
command = "npm run build"
33
publish = ".next"
44

5-
[[plugins]]
6-
package = "@netlify/plugin-nextjs"
75
[[plugins]]
86
package = "netlify-plugin-cypress"
9-
[plugins.inputs.postBuild]
10-
enable = true
11-
12-
[plugins.inputs]
13-
enable = false

0 commit comments

Comments
 (0)