about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
index 7e16e93..bf33892 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -58,6 +58,11 @@
   status = 301
   force = true
 
+[[redirects]]
+  from = "/post/index.xml"
+  to = "/atom.xml"
+  status = 301
+
 [[headers]]
   for = "/img/*"
   [headers.values]