Deploying
Last updated
Last updated
Using Vercel makes it really easy since they made it and guides they wrote obv like to use it
Pages that use Static Generation and assets (JS, CSS, images, fonts, etc) will automatically be served from the , which is blazingly fast.
Pages that use Server-Side Rendering and API routes will automatically become isolated . This allows page rendering and API requests to scale infinitely.
If you use no server side generation, you can just export to static html like you would for react build
Check /out