kilobytekeith2024/netlify.toml
2024-12-07 23:05:21 -05:00

13 lines
217 B
TOML

[build.environment]
HUGO_VERSION = "0.124.0"
TZ = "America/New_York"
[build]
publish = "public"
command = "hugo --gc --minify"
[[redirects]]
from = "/discord"
to = "https://discord.gg/KjVdUgz4wb"
status = 301