summaryrefslogtreecommitdiff
path: root/src/web/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/config')
-rw-r--r--src/web/config/routes.php4
-rw-r--r--src/web/config/style.php2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/web/config/routes.php b/src/web/config/routes.php
index 0b1cc3a..1fc3b67 100644
--- a/src/web/config/routes.php
+++ b/src/web/config/routes.php
@@ -1,11 +1,7 @@
<?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';
-
-$serviceable = array('bucket');
diff --git a/src/web/config/style.php b/src/web/config/style.php
index 6b29fab..10b2ba1 100644
--- a/src/web/config/style.php
+++ b/src/web/config/style.php
@@ -1,7 +1,5 @@
<?php /* Copyright (c) 2024 Freya Murphy */
-
$style = array();
-
$style['home'] = 'css/home.css';
$style['blog'] = 'css/blog.css';
$style['error'] = 'css/error.css';