diff --git a/netlify.toml b/netlify.toml index bf90044..76d28cd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,11 @@ +[build.environment] +HUGO_VERSION = "0.139.0" +TZ = "America/New_York" + +[build] +publish = "public" +command = "hugo --gc --minify" + [[redirects]] from = "/discord" to = "https://discord.gg/KjVdUgz4wb"