elk/netlify.toml

19 lines
384 B
TOML
Raw Normal View History

2022-11-13 05:34:43 +00:00
[build.environment]
NPM_FLAGS = "--version"
NODE_VERSION = "16"
[build]
publish = "dist"
command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run build"
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
2022-11-13 05:34:43 +00:00
[[redirects]]
from = "/*"
to = "/index.html"
2022-11-28 14:48:50 +00:00
status = 200