Skip to content

Commit

Permalink
Add baseurl for PR previews
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jan 14, 2024
1 parent f4d5b83 commit e5966e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@
Please consult the pull request to view any discussion and existing reviews.
"""
html_baseurl = f"https://kyoripowered.github.io/adventure-docs-previews/pull/{pr_number}/"
else:
html_baseurl = "https://docs.advntr.dev/"
ogp_site_url = html_baseurl

ogp_site_url = html_baseurl

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit e5966e2

Please sign in to comment.