1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 22:56:09 +09:00
elk/netlify.toml

18 lines
317 B
TOML
Raw Normal View History

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