Next.js Discord

Discord Forum

(Vercel) How build SSG site in local, and deploy after ?

Unanswered
Fire ant posted this in #help-forum
Open in Discord
Fire antOP
Hello,

I’m building a Next.js application using Static Site Generation (SSG).
My goal is to build the site locally, generate static HTML files, and deploy only those static files.

I do not want to deploy the backend in production (its not a node project).

Do you know how can i do that with verceL ? Thank you.

1 Reply

Fire antOP