mirror of
https://github.com/Textualize/textual-serve.git
synced 2025-10-17 02:50:37 +03:00
fix
This commit is contained in:
@@ -214,7 +214,7 @@ class Server:
|
||||
}
|
||||
context["config"] = {
|
||||
"static": {
|
||||
"url": get_url("static", filename="/"),
|
||||
"url": get_url("static", filename="/") + "/",
|
||||
},
|
||||
}
|
||||
context["application"] = {
|
||||
|
||||
Reference in New Issue
Block a user