🔧 site url
This commit is contained in:
@@ -10,10 +10,9 @@ from xml.dom import minidom
|
||||
|
||||
# Add parent directory to path so we can import comics_data
|
||||
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
|
||||
from comics_data import COMICS, COMIC_NAME
|
||||
from comics_data import COMICS, COMIC_NAME, SITE_URL
|
||||
|
||||
# Configuration - update these for your site
|
||||
SITE_URL = "http://localhost:3000" # Change to your actual domain
|
||||
# Configuration
|
||||
SITE_TITLE = COMIC_NAME
|
||||
SITE_DESCRIPTION = "A webcomic about life, the universe, and everything"
|
||||
SITE_LANGUAGE = "en-us"
|
||||
|
||||
Reference in New Issue
Block a user