elk/netlify.toml

14 lines
252 B
TOML
Raw Normal View History

2022-11-13 05:34:43 +00:00
[build]
publish = "dist"
command = "pnpm run build"
2022-11-13 05:34:43 +00:00
2024-11-24 13:36:16 +00:00
[build.environment]
NODE_OPTIONS = '--max-old-space-size=4096'
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