Files
Archivox/docs/content/04-deployment/index.md
2025-07-10 15:43:46 -04:00

213 B

Deployment

Archivox sites output to the _site/ folder. Host the contents on any static server. For Netlify, include a netlify.toml file:

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