diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-08-08 17:10:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-08 17:10:15 +0200 |
commit | d2645e94282c0b5b1d38e09a12e14bcc29ca6af7 (patch) | |
tree | b57d8b6c525ebbabe12f245546ada5c5a0c9070b | |
parent | ac4e0b036b4c840966f575a258e72006de8351d6 (diff) | |
parent | 95ac49d6504eac45dd89b2e589e67358d163a311 (diff) | |
download | puszcza-d2645e94282c0b5b1d38e09a12e14bcc29ca6af7.tar.gz puszcza-d2645e94282c0b5b1d38e09a12e14bcc29ca6af7.zip |
Merge pull request #44 from 19pdh/rss
Add redirect to rss feed
-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 |