diff options
author | Freya Murphy <freya@freyacat.org> | 2024-07-08 22:05:49 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-07-08 22:05:49 -0400 |
commit | 9a43ab0c012889cf41e5295a0861b6e21f367993 (patch) | |
tree | e59c275a7f9346397a0f1e28998935ef5ae959ec /src/web/config | |
parent | i did a brokie (diff) | |
download | website-9a43ab0c012889cf41e5295a0861b6e21f367993.tar.gz website-9a43ab0c012889cf41e5295a0861b6e21f367993.tar.bz2 website-9a43ab0c012889cf41e5295a0861b6e21f367993.zip |
a
Diffstat (limited to 'src/web/config')
-rw-r--r-- | src/web/config/routes.php | 1 |
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'); |