elk/netlify.toml

11 lines
188 B
TOML
Raw Normal View History

2022-11-13 05:34:43 +00:00
[build]
publish = "dist"
command = "pnpm run build"
2022-11-13 05:34:43 +00:00
2022-11-28 14:48:50 +00:00
# Redirect to Discord server
[[redirects]]
from = "https://chat.elk.zone"
to = "https://discord.gg/vAZSDU9J"
status = 301
force = true