2022-11-13 05:34:43 +00:00
|
|
|
[build]
|
|
|
|
publish = "dist"
|
2023-01-04 15:43:01 +00:00
|
|
|
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
|
2023-01-08 21:42:59 +00:00
|
|
|
|
|
|
|
# Redirect to the docs
|
|
|
|
[[redirects]]
|
|
|
|
from = "/docs"
|
|
|
|
to = "https://docs.elk.zone/"
|
|
|
|
status = 200
|
|
|
|
force = true
|