elk/netlify.toml

11 wiersze
257 B
TOML
Czysty Zwykły widok Historia

2022-11-13 05:34:43 +00:00
[build]
publish = "dist"
2022-12-14 10:06:39 +00:00
command = "pnpm run build && pnpm run test && pnpm run lint && pnpm test:typecheck"
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