Skip to content

Commit

Permalink
Give CDN one more try (refs #463)
Browse files Browse the repository at this point in the history
  • Loading branch information
Almad committed Mar 20, 2024
1 parent cd61169 commit b967569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graveyard/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
ALLOWED_HOSTS = ["www.dracidoupe.cz", "nove.dracidoupe.cz"]

STATIC_ROOT = os.path.join(BASE_DIR, "staticfiles")
STATIC_URL = "https://www.dracidoupe.cz/staticfiles/"
STATIC_URL = "https://static.dracidoupe.cz/"

# On Django 4.2+:
# STORAGES = {
Expand Down

0 comments on commit b967569

Please sign in to comment.