DEV Community

Discussion on: Hosting SSG outside creator's intended cloud (Next.js)

Collapse
 
niyiao profile image
Adeniyi Adeosun

No, you don't have to use Vercel even for API routes. It should work just as well hosted anywhere else.

next export should give you a static SPA with the pages pre-rendered. If your browser loads on navigation, make sure you're using the Link component from next/link.