summaryrefslogtreecommitdiff
path: root/src/web/config
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-07-08 22:05:49 -0400
committerFreya Murphy <freya@freyacat.org>2024-07-08 22:05:49 -0400
commit9a43ab0c012889cf41e5295a0861b6e21f367993 (patch)
treee59c275a7f9346397a0f1e28998935ef5ae959ec /src/web/config
parenti did a brokie (diff)
downloadwebsite-9a43ab0c012889cf41e5295a0861b6e21f367993.tar.gz
website-9a43ab0c012889cf41e5295a0861b6e21f367993.tar.bz2
website-9a43ab0c012889cf41e5295a0861b6e21f367993.zip
a
Diffstat (limited to 'src/web/config')
-rw-r--r--src/web/config/routes.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/config/routes.php b/src/web/config/routes.php
index cb78a72..0b1cc3a 100644
--- a/src/web/config/routes.php
+++ b/src/web/config/routes.php
@@ -6,5 +6,6 @@ $routes[''] = 'home';
$routes['robots.txt'] = '_meta/robots';
$routes['sitemap.xml'] = '_meta/sitemap';
$routes['manifest.json'] = '_meta/manifest';
+$routes['rss.xml'] = 'blog/rss';
$serviceable = array('bucket');