mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
4879de263b
* go all in on ruff * upgrade docusaurus * add netlify toml * broken link * fix netlify toml * start filling out guide * add debian setup detail * simplify bash command
8 lines
115 B
TOML
8 lines
115 B
TOML
[build]
|
|
base = "docs/"
|
|
publish = "build"
|
|
command = "npm run build"
|
|
environment = { NODE_VERSION = "20" }
|
|
|
|
|