drift/netlify.toml

29 lines
546 B
TOML
Raw Normal View History

# We use netlify to deploy the documentation.
[build]
publish = "docs/deploy"
[[redirects]]
from = "https://moor.netlify.app/*"
2021-10-12 05:26:53 -07:00
to = "https://drift.simonbinder.eu/:splat"
status = 301
force = true
[[redirects]]
from = "https://moor.simonbinder.eu/*"
to = "https://drift.simonbinder.eu/:splat"
status = 301
force = true
2022-08-13 05:18:17 -07:00
[[redirects]]
from = "/name"
to = "/docs/upgrading/#name"
status = 301
force = true
[context.production]
environment = { BUILD_RELEASE="release" }
2020-09-24 10:55:25 -07:00
[context.deploy-preview]
environment = { }