fyne-on/netlify.toml

18 lines
317 B
TOML
Raw Normal View History

2022-11-13 13:34:43 +08:00
[build]
publish = "dist"
2023-01-04 23:43:01 +08:00
command = "pnpm run build"
2022-11-13 13:34:43 +08:00
2022-11-28 15:48:50 +01:00
# Redirect to Discord server
[[redirects]]
from = "https://chat.elk.zone"
to = "https://discord.gg/vAZSDU9J"
status = 301
force = true
2023-01-08 21:42:59 +00:00
# Redirect to the docs
[[redirects]]
from = "/docs"
to = "https://docs.elk.zone/"
status = 200
force = true