build
Generates a static site into dist/.
bash
npx @slide-spec/cli buildFlags
| Flag | Description |
|---|---|
[project-root] (positional) | Target project. Defaults to current directory |
--deployment-url <url> | Public URL for sitemap generation |
Output
dist/- static HTML, CSS, and JS. Host anywhere.robots.txt- always generatedsitemap.xml- generated when a deployment URL is provided via--deployment-urlorsite.yaml'sdeployment_urlfield (withsitemap_enabled: true)