From 1d45fa74474b5987cfa12b4d98ff336a2f2b741e Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:03:23 -0400 Subject: [PATCH] Add redirect to toml --- netlify.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netlify.toml b/netlify.toml index 2d0a3b9..163fcd2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -7,3 +7,7 @@ name = "snooty-cache-plugin" [build] publish = "snooty/public" command = ". ./build.sh" + +[[redirects]] +from = "/installation/installation/" +to = "/installation"