Static HTML sites
Ship folders of HTML, CSS, and JavaScript without an npm build (runtime_kind: static_html).
When to choose this runtime
- Hand-authored sites or exported HTML bundles
- JAMstack output already committed or produced outside erfa3ly
- Minimal repos where npm run build is unnecessary
Configuration
Point the output / publish directory at the folder that contains your index.html (often the repository root . or a subdirectory). Install and build commands are normally omitted or set to no-ops.
Paths are case-sensitive and must match what you commit. Missing index.html at the published root will fail verification or serve incorrect default documents.