Skip to content

Commit d37fca7

Browse files
committed
Add general og:image
1 parent 501fd72 commit d37fca7

File tree

1 file changed

+3
-0
lines changed
  • apps/components_guide_web/lib/components_guide_web/templates/layout

1 file changed

+3
-0
lines changed

apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<%= live_title_tag assigns[:page_title] || "Guides to React, Accessibility, Modern CSS, TypeScript", suffix: " · Components.Guide" %>
99
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
1010
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/RoyalIcing/tela@2d421cafc1ea99fab91aa4fcbf3b554160bcada5/tela.css"/>
11+
12+
<meta property="og:image" content="https://stamp.vercel.app/api/poster?source=Components.Guide">
13+
1114
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
1215
<script src="https://cdn.usefathom.com/script.js" site="LYHMLVID" defer></script>
1316
</head>

0 commit comments

Comments
 (0)