Improve sitemaps
All checks were successful
Deploy to Server / deploy (push) Successful in 9s

This commit is contained in:
Joakim Hellsén 2026-02-27 06:02:30 +01:00
commit 415dd12fd9
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
16 changed files with 843 additions and 379 deletions

View file

@ -153,6 +153,7 @@ INSTALLED_APPS: list[str] = [
"django.contrib.sessions",
"django.contrib.staticfiles",
"django.contrib.postgres",
"django.contrib.sitemaps",
"twitch.apps.TwitchConfig",
]