diff --git a/lemoncurry/settings/prod.py b/lemoncurry/settings/prod.py index 8871ad8..46430b7 100644 --- a/lemoncurry/settings/prod.py +++ b/lemoncurry/settings/prod.py @@ -15,6 +15,8 @@ DATABASES['default'] = { 'USER': 'lemoncurry', } +SHORT_BASE_URL = 'https://nya.as/' + STATIC_ROOT = join(BASE_DIR, '..', 'static') MEDIA_ROOT = join(BASE_DIR, '..', 'media') STATIC_URL = 'https://cdn.00dani.me/'