From 4334596d4bebc9a76f5ca8400813847eef5b3bb7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 20 Dec 2024 04:15:58 -0500 Subject: rework styles with scss --- 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 a2a71c0..20b499a 100644 --- a/src/web/config/routes.php +++ b/src/web/config/routes.php @@ -9,3 +9,4 @@ $routes['profile'] = 'apps/profile'; $routes['settings'] = 'apps/settings'; $routes[''] = '_index'; +$routes['manifest.json'] = '_meta/manifest'; -- cgit v1.2.3-freya