diff options
author | Alan Pearce | 2020-11-14 21:19:35 +0100 |
---|---|---|
committer | Alan Pearce | 2020-11-14 21:52:50 +0100 |
commit | fa837f2e05dd12b6d1ea3c5bb7aac7c86fa9ff1a (patch) | |
tree | 5d449f55b1c83dae8cfcfb4dc4a95fb28f46b439 /netlify.toml | |
parent | 42b9a48be1e1aaa28fb79ac57cdd3063fb8ac7fa (diff) | |
download | website-fa837f2e05dd12b6d1ea3c5bb7aac7c86fa9ff1a.tar.lz website-fa837f2e05dd12b6d1ea3c5bb7aac7c86fa9ff1a.tar.zst website-fa837f2e05dd12b6d1ea3c5bb7aac7c86fa9ff1a.zip |
Redirect from previous feed file
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 5 |
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] |