Next.js Discord

Discord Forum

How do I manually deploy a website with Google Gemini API to Netlify?

Unanswered
Northeast Congo Lion posted this in #help-forum
Open in Discord
Northeast Congo LionOP
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

0 Replies