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

11 lines
257 B
TOML
Raw Normal View History

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