From c2f521115f8b48abe44bac22221f34805d52b60b Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 22 Jan 2023 21:36:54 +0100 Subject: avoid routing static content through the launchpad functions Signed-off-by: Olivier Gayot --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index be46b91..5c9b62f 100644 --- a/app.py +++ b/app.py @@ -138,4 +138,5 @@ def index_results(LPUSER, PPA, PACKAGE, RELEASE, ARCH): package_results=package_results, title_suffix=f"{LPUSER} {PPA} {PACKAGE}", base_url="https://autopkgtest.ubuntu.com/", + static_url="/static", ) -- cgit v1.2.3