Learn how to add a new static site to your account.
Sevalla one-click templates.
View a preview of the branch or commit.
latest
to use the most up-to-date version and lts
for the currently active long-term support version.index.html
. When a user enters a URL for your site, all navigation traffic is directed through the index file to ensure seamless navigation within the site.Framework | Build Command | Publish Directory |
---|---|---|
Astro | yarn build npm run build | dist |
ElderJS | yarn build npm run build | public |
Gatsby | yarn build npm run build | public |
Next.js | yarn build npm run build | out |
Nuxt | yarn generate npm run generate | .output/public |
React (using Create React App) | yarn build npm run build | build |
React (using Vite) | yarn build npm run build | dist |
Use Visit Site to open your static site once it is successfully deployed.