Skip to content

Commit e748be4

Browse files
committed
Fix opengraph data
1 parent c18e6e4 commit e748be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@
183183

184184
# -- OpenGraph configuration ----------------------------------
185185

186-
ogp_site_url = "https://docs.plone.org/"
186+
ogp_site_url = "https://6.dev-docs.plone.org/"
187187
ogp_description_length = 200
188-
ogp_image = "https://docs.plone.org/_static/Plone_logo_square.png"
188+
ogp_image = "https://6.dev-docs.plone.org/_static/Plone_logo_square.png"
189189
ogp_site_name = "Plone Documentation"
190190
ogp_type = "website"
191191
ogp_custom_meta_tags = [

0 commit comments

Comments
 (0)