Skip to content

Commit

Permalink
fix: correct static url pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jan 24, 2024
1 parent c64b1da commit ca42579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/settings.py
Expand Up @@ -169,7 +169,7 @@
STATIC_URL = "/static/"
STATIC_ROOT = os.path.abspath(BASE_DIR + "/../static/")
else:
STATIC_URL = "https://static.ietf.org/lib/%s/"%__version__
STATIC_URL = "https://static.ietf.org/dt/%s/"%__version__
# Intentionally not setting STATIC_ROOT - see django/django (the default is None)

# List of finder classes that know how to find static files in
Expand Down

1 comment on commit ca42579

@ecemce326

This comment was marked as spam.

Please sign in to comment.