From 9a43ab0c012889cf41e5295a0861b6e21f367993 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 8 Jul 2024 22:05:49 -0400 Subject: a --- src/web/config/routes.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/web/config/routes.php') 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'); -- cgit v1.2.3-freya