diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-08-08 16:29:36 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-08-08 16:29:36 +0200 |
commit | 95ac49d6504eac45dd89b2e589e67358d163a311 (patch) | |
tree | bbf49ab90447f5a36bb9d2aadde351bf9cff70be /netlify.toml | |
parent | 47703a3de7beb20d258aa5a569713a8f7c7bca9a (diff) | |
download | puszcza-95ac49d6504eac45dd89b2e589e67358d163a311.tar.gz puszcza-95ac49d6504eac45dd89b2e589e67358d163a311.zip |
Add redirect to rss feed
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml index 75e7a41..290110a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,3 +14,9 @@ command = "npm run build" to = "https://api-puszcza.netlify.com/admin/:splat" status = 301 force = true + +[[redirects]] + from = "/rss.xml" + to = "https://api-puszcza.netlify.com/rss.xml" + status = 200 + force = true |