fix: install netlify plugin

This commit is contained in:
NunoSempere 2022-01-28 15:51:29 -05:00
parent f47cf4ca69
commit e610d798d3
4 changed files with 2867 additions and 9 deletions

View File

@ -24,4 +24,7 @@ So internally this would look like:
"anotherMoreOptionalKey": "..."
}
]
```
```
## Netlify
https://github.com/netlify/netlify-plugin-nextjs/#readme

5
netlify.toml Normal file
View File

@ -0,0 +1,5 @@
[[plugins]]
package = "@netlify/plugin-nextjs"
[build]
publish = ".next"

2865
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -19,6 +19,7 @@
"remark-gfm": "^1.0.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.2.1",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"tailwindcss": "^2.2.19"