diff --git a/netlify.toml b/netlify.toml index 448483f..8f3aeb3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,7 +7,10 @@ to = "/index.html" status = 200 -# [[redirects]] -# from = "/posts/*" -# to = "" -# status = 200 \ No newline at end of file +[[redirects]] + from = "/posts/*" + to = "" + status = 200 + +[build.environment] + HUGO_VERSION = "0.124.1" \ No newline at end of file