mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-07 14:48:40 +00:00
213 B
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"