logoalt Hacker News

chrisjjtoday at 9:16 PM2 repliesview on HN

> 100 build minutes

Er, what? A static site has no build on server.


Replies

rrr_oh_mantoday at 9:28 PM

A static site could be built from source on the server

Hamukotoday at 9:42 PM

Many static sites are made using a static site generator, which turns input files into a static site in a build phase.

show 1 reply