generated from hjess/PythonTemplateProject
Lets see what lighthouse says
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 35s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 35s
This commit is contained in:
@@ -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."""
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</header>
|
||||
|
||||
<span class="image main">
|
||||
<img src="static/images/pic11.jpg" alt="Portugal" width="500" height="200" class="responsive-image" />
|
||||
<img src="/img/pic11.jpg" alt="Portugal" width="500" height="200" class="responsive-image" />
|
||||
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user