From c12a33de86bf598074d1a72c361dce7655175bae Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Wed, 23 Apr 2025 22:48:15 -0500 Subject: [PATCH] fix: http urls --- config/routes.yaml | 2 +- templates/components/NavBar.html.twig | 2 +- templates/components/SearchBar.html.twig | 2 +- templates/components/SearchResult.html.twig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/routes.yaml b/config/routes.yaml index a785e77..eba546d 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -4,5 +4,5 @@ controllersIndex: namespace: App\Controller type: attribute defaults: - schemes: [ https ] + schemes: [ 'https' ] diff --git a/templates/components/NavBar.html.twig b/templates/components/NavBar.html.twig index 149dc51..fac743e 100644 --- a/templates/components/NavBar.html.twig +++ b/templates/components/NavBar.html.twig @@ -3,7 +3,7 @@