🔧 site url

This commit is contained in:
mi
2025-11-13 15:07:30 +10:00
parent 899f2060f3
commit 24dd74ae77
6 changed files with 12 additions and 8 deletions

View File

@@ -4,6 +4,10 @@
# Global setting: The name of your comic/website
COMIC_NAME = 'Sunday Comics'
# Global setting: Your website's domain (used for RSS feed, Open Graph tags, etc.)
# Update this to your production domain when deploying
SITE_URL = 'http://localhost:3000'
# 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