🔧 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

@@ -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"