We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa90f4b commit 96fecbdCopy full SHA for 96fecbd
apps/components_guide_web/lib/components_guide_web/templates/layout/root.html.leex
@@ -24,8 +24,9 @@
24
title ->
25
[primary: "Components.Guide", secondary: title]
26
end
27
+ image_url = "https://postage-stamp.collected.workers.dev/1/poster?" <> URI.encode_query(stamp_query)
28
%>
- <meta property="og:image" content="https://postage-stamp.collected.workers.dev/1/poster?<%= URI.encode_query(stamp_query) %>">
29
+ <meta property="og:image" content="<%= image_url %>">
30
31
<script defer type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
32
0 commit comments