Skip to content

Commit e8ec650

Browse files
authored
Load og images from lilapi.com
littleeagle.io isn’t up any more
1 parent 094d609 commit e8ec650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/components_guide_web/templates/layout/root.html.heex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
t2: assigns[:page_title] || "Learn accessibility, web standards, testing React & more",
2626
website: "components.guide"
2727
]
28-
main_image_url = "https://cdn.littleeagle.io/1/github/ComponentsGuide?" <> URI.encode_query(stamp_query)
29-
twitter_image_url = "https://cdn.littleeagle.io/1/github/ComponentsGuide?" <> URI.encode_query(Keyword.merge(stamp_query, w: 600, h: 314))
28+
main_image_url = "https://cdn.lilapi.com/1/github/ComponentsGuide?" <> URI.encode_query(stamp_query)
29+
twitter_image_url = "https://cdn.lilapi.com/1/github/ComponentsGuide?" <> URI.encode_query(Keyword.merge(stamp_query, w: 600, h: 314))
3030
%>
3131
<meta property="og:image" content={main_image_url}>
3232
<meta name="twitter:site" content="@ComponentsGuide">

0 commit comments

Comments
 (0)