summaryrefslogtreecommitdiff
path: root/src/web/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/config/routes.php')
-rw-r--r--src/web/config/routes.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/web/config/routes.php b/src/web/config/routes.php
deleted file mode 100644
index 1fc3b67..0000000
--- a/src/web/config/routes.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php /* Copyright (c) 2024 Freya Murphy */
-$routes = array();
-$routes[''] = 'home';
-$routes['robots.txt'] = '_meta/robots';
-$routes['sitemap.xml'] = '_meta/sitemap';
-$routes['manifest.json'] = '_meta/manifest';
-$routes['rss.xml'] = 'blog/rss';