:lightning: CDN option
This commit is contained in:
@@ -15,6 +15,12 @@ COPYRIGHT_NAME = None # e.g., 'Your Name' or 'Your Studio Name'
|
||||
# Update this to your production domain when deploying
|
||||
SITE_URL = 'http://localhost:3000'
|
||||
|
||||
# Global setting: CDN URL for static assets (set to None to use local assets)
|
||||
# When set, all static assets will be served from this CDN
|
||||
# Example: CDN_URL = 'https://cdn.example.com' (no trailing slash)
|
||||
# Leave as None for local development or if not using a CDN
|
||||
CDN_URL = None
|
||||
|
||||
# Global setting: Set to True to make all comics full-width by default
|
||||
# Individual comics can override this with 'full_width': False
|
||||
FULL_WIDTH_DEFAULT = False
|
||||
|
||||
Reference in New Issue
Block a user