mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
213 B
213 B
Deployment
DocForge 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"