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