(Vercel) How build SSG site in local, and deploy after ?
Unanswered
Fire ant posted this in #help-forum
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.
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
I found out : https://vercel.com/docs/builds/configure-a-build#framework-settings . Thanks