.

By Sarxzer

Edited on Monday 17 November 2025 at 15:09

Deploying a Static Site with Netlify

Steps:

  1. Push repo to GitHub
  2. Connect Repo on Netlify
  3. Set build command if needed

Example netlify.toml:

[build]
  publish = "dist"
  command = "npm run build"

Netlify gives a quick preview and continuous deploys on push.

> Comments

No comments yet.