fix(templates, site): use png og image

This commit is contained in:
Ayo Ayco 2025-02-15 12:25:55 +01:00
parent f1e9a0726e
commit 20ba3f28ee
3 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<!-- Open Graph data --> <!-- Open Graph data -->
<meta property="og:site_name" content="McFly" /> <meta property="og:site_name" content="McFly" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image" content="favicon.svg" /> <meta property="og:image" content="touch-icon-large.png" />
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" /> <meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
<meta property="og:description" <meta property="og:description"
content="McFly is a no-framework framework that assists in leveraging the web platform." /> content="McFly is a no-framework framework that assists in leveraging the web platform." />

View file

@ -10,7 +10,7 @@
<!-- Open Graph data --> <!-- Open Graph data -->
<meta property="og:site_name" content="McFly" /> <meta property="og:site_name" content="McFly" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:image" content="favicon.svg" /> <meta property="og:image" content="touch-icon-large.png" />
<meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" /> <meta property="og:title" content="McFly: Back to the Basics. Into the Future. 😱" />
<meta property="og:description" <meta property="og:description"
content="McFly is a no-framework framework that assists in leveraging the web platform." /> content="McFly is a no-framework framework that assists in leveraging the web platform." />

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB