mirror of
https://github.com/PR0M3TH3AN/Archivox.git
synced 2025-09-08 06:58:43 +00:00
10 lines
213 B
Markdown
10 lines
213 B
Markdown
# Deployment
|
|
|
|
Archivox sites output to the `_site/` folder. Host the contents on any static server. For Netlify, include a `netlify.toml` file:
|
|
|
|
```toml
|
|
[build]
|
|
command = "npm run build"
|
|
publish = "_site"
|
|
```
|