Skip to content

Commit

Permalink
Fix site url (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
agjohnson authored Feb 6, 2024
1 parent 1e214ef commit b471d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SITEURL = ""
else:
# This setting is needed to make the RSS/Atom feeds generate correctly
SITEURL = "https://https://about.readthedocs.com"
SITEURL = "https://about.readthedocs.com"

TIMEZONE = 'US/Pacific'
DEFAULT_LANG = 'en'
Expand Down

0 comments on commit b471d8c

Please sign in to comment.