elk/netlify.toml

14 lines
252 B
TOML
Raw Normal View History

2022-11-13 08:34:43 +03:00
[build]
publish = "dist"
command = "pnpm run build"
2022-11-13 08:34:43 +03:00
2024-11-24 16:36:16 +03:00
[build.environment]
NODE_OPTIONS = '--max-old-space-size=4096'
2022-11-28 17:48:50 +03:00
# Redirect to Discord server
[[redirects]]
from = "https://chat.elk.zone"
to = "https://discord.gg/vAZSDU9J"
status = 301
force = true