🔧 separate option for the copyright name

This commit is contained in:
mi
2025-11-14 20:45:00 +10:00
parent 2a48f00c16
commit e9c4423779
4 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,10 @@
# Global setting: The name of your comic/website
COMIC_NAME = 'Sunday Comics'
# Global setting: The name to display in the copyright notice
# If not set (None), defaults to COMIC_NAME
COPYRIGHT_NAME = None # e.g., 'Your Name' or 'Your Studio Name'
# 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'