Skip to content

Commit bfc3e84

Browse files
committed
Update
1 parent 374a4c4 commit bfc3e84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ def wrapper(*args, **kwargs):
130130
"sphinxext.opengraph",
131131
]
132132

133-
ogp_site_url = "http://pytorch.org/"
134-
ogp_image = "_static/img/social-share.jpg"
133+
ogp_site_url = "http://pytorch.org/tutorials"
134+
ogp_image = "https://pytorch.org/assets/images/social-share.jpg"
135135

136136
myst_enable_extensions = [
137137
"colon_fence",

0 commit comments

Comments
 (0)