We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3690aa8 commit 6d4299aCopy full SHA for 6d4299a
tools/render_template.py
@@ -15,7 +15,7 @@ def mock_url_for(endpoint, **kwargs):
15
"""
16
if endpoint == "static":
17
filename = kwargs.get("filename", "")
18
- return f"/resume/static/{filename}"
+ return f"/static/{filename}"
19
return f"/{endpoint}"
20
21
0 commit comments