Here is my netlify.toml: ```[build]
command = "npm run build"
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"```
I want to deploy the website through netlify cli. I've found a bunch of different commands online (which I'm assuming wokred across different versions), so I'm hoping someone could help me figure out the correct way to deploy a nextjs website based on the latest versions