fix: install netlify plugin
This commit is contained in:
parent
f47cf4ca69
commit
e610d798d3
|
@ -25,3 +25,6 @@ So internally this would look like:
|
|||
}
|
||||
]
|
||||
```
|
||||
|
||||
## Netlify
|
||||
https://github.com/netlify/netlify-plugin-nextjs/#readme
|
||||
|
|
5
netlify.toml
Normal file
5
netlify.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[[plugins]]
|
||||
package = "@netlify/plugin-nextjs"
|
||||
|
||||
[build]
|
||||
publish = ".next"
|
2865
package-lock.json
generated
2865
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user