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

1 messages · Page 1 of 1 (latest)

foggy mantle
#

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

heady streamBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)