about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-08-08 17:10:15 +0200
committerGitHub <noreply@github.com>2020-08-08 17:10:15 +0200
commitd2645e94282c0b5b1d38e09a12e14bcc29ca6af7 (patch)
treeb57d8b6c525ebbabe12f245546ada5c5a0c9070b
parentac4e0b036b4c840966f575a258e72006de8351d6 (diff)
parent95ac49d6504eac45dd89b2e589e67358d163a311 (diff)
downloadpuszcza-d2645e94282c0b5b1d38e09a12e14bcc29ca6af7.tar.gz
puszcza-d2645e94282c0b5b1d38e09a12e14bcc29ca6af7.zip
Merge pull request #44 from 19pdh/rss
Add redirect to rss feed
-rw-r--r--netlify.toml6
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