From 00155ec0d8ba1fd8bd41017b3c130ded4e062ac5 Mon Sep 17 00:00:00 2001 From: Anuj Ahooja Date: Mon, 23 Feb 2026 16:36:46 -0800 Subject: [PATCH] RSS redirect --- netlify.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/netlify.toml b/netlify.toml index 2b58b20..e2f66c3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,6 +8,11 @@ to = "/_astro/:splat" status = 200 +[[redirects]] + from = "/rss" + to = "/rss.xml" + status = 301 + # Enable Brotli Compression [build.processing] skip_processing = false -- 2.51.2