From c8a95c97068fd2152dc2ea44b0ddbe9f09884215 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Sat, 30 Mar 2024 12:52:07 +0530 Subject: [PATCH] update netlify Signed-off-by: Avinal Kumar rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED --- netlify.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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