This commit is contained in:
Will McGugan
2024-06-19 13:44:31 +01:00
parent ab519a0bc9
commit 5217fdf5e5

View File

@@ -214,7 +214,7 @@ class Server:
}
context["config"] = {
"static": {
"url": get_url("static", filename="/"),
"url": get_url("static", filename="/") + "/",
},
}
context["application"] = {