Skip to content

Commit cc27a21

Browse files
committed
Fix SITEURL for GitHub Pages deployment
Updated SITEURL from https://ericbsd.com to https://ericbsd.github.io to ensure CSS and assets load correctly on GitHub Pages.
1 parent 42b8088 commit cc27a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from pelicanconf import *
99

1010
# If your site is available via HTTPS, make sure SITEURL begins with https://
11-
SITEURL = "https://ericbsd.com"
11+
SITEURL = "https://ericbsd.github.io"
1212
RELATIVE_URLS = False
1313

1414
FEED_ALL_ATOM = "feeds/all.atom.xml"

0 commit comments

Comments
 (0)