mirror of
https://github.com/elk-zone/elk
synced 2024-11-30 15:58:06 +09:00
14 lines
252 B
TOML
Executable File
14 lines
252 B
TOML
Executable File
[build]
|
|
publish = "dist"
|
|
command = "pnpm run build"
|
|
|
|
[build.environment]
|
|
NODE_OPTIONS = '--max-old-space-size=4096'
|
|
|
|
# Redirect to Discord server
|
|
[[redirects]]
|
|
from = "https://chat.elk.zone"
|
|
to = "https://discord.gg/vAZSDU9J"
|
|
status = 301
|
|
force = true
|