This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## create a `netlify.toml` file in the root of your project directory with this config: | |
[[plugins]] | |
package = "@netlify/plugin-nextjs" | |
[build] | |
command = "npm run build" | |
publish = ".next" | |
## A sample workflow that works: |