🔧 separate option for the copyright name
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user