From e392b43123990ed2e14cf41a56a4f366ede27d17 Mon Sep 17 00:00:00 2001 From: Henrik Jess Nielsen Date: Sat, 21 Dec 2024 23:56:46 +0100 Subject: [PATCH] Lets see what lighthouse says --- app/main.py | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/main.py b/app/main.py index 6e94679..4c964d9 100644 --- a/app/main.py +++ b/app/main.py @@ -56,7 +56,7 @@ class Application: """Mount static file directories with caching.""" self.app.mount("/data", CustomStaticFiles(directory="data"), name="data") self.app.mount("/static", CustomStaticFiles(directory="static"), name="static") - self.app.mount("/images", CustomStaticFiles(directory="static/images"), name="img") + self.app.mount("/img", CustomStaticFiles(directory="static/images"), name="img") def _include_routers(self): """Include all route controllers.""" diff --git a/templates/index.html b/templates/index.html index 7f85372..860b729 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@ - Portugal + Portugal