Skip to content

Commit

Permalink
Merge pull request #86 from holoviz-topics/fix/url
Browse files Browse the repository at this point in the history
Fix url
  • Loading branch information
ahuang11 authored Oct 23, 2023
2 parents cf355c6 + b3917a9 commit 4e4272a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta property="og:title" content="{{ title }}" />
<meta property="og:description" content="{{ config.site_description }}" />
<meta property="og:url" content="{{ page.canonical_url }}" />
<meta property="og:image" content="https://holoviz-topics.github.io/panel-chat-examples/assets/images/panel-chat-examples-card-1600x437.png" />
<meta property="og:image" content="https://holoviz-topics.github.io/panel-chat-examples/assets/images/panel-chat-examples-card-1600x837.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1600" />
<meta property="og:image:height" content="837" />
Expand Down

0 comments on commit 4e4272a

Please sign in to comment.