df34412570
* new documentation website * ci job adjustment * update to latest version on downloads page * remove transition-period scripts * add netlify toml file * fix docs patch * fix ci config? * revert go.mod changes * a couple last markdown formatting fixes
14 lines
319 B
TOML
14 lines
319 B
TOML
|
|
# This file sets configuration for Netlify
|
|
# ref: https://www.netlify.com/docs/netlify-toml-reference/
|
|
|
|
[build]
|
|
publish = "out"
|
|
command = "npm run static"
|
|
|
|
[context.production]
|
|
environment = { HASHI_ENV = "production", NODE_ENV = "production"}
|
|
|
|
[context.deploy-preview]
|
|
environment = { HASHI_ENV = "staging" }
|