@@ -128,7 +128,6 @@ const { title, page } = Astro.props;
128128 <link rel =" dns-prefetch" href =" https://fonts.googleapis.com" />
129129
130130 <!-- Preload critical resources -->
131- <link rel =" preload" as =" image" href =" /logo-background.png" />
132131 <link rel =" preload" as =" image" href =" /logo.svg" />
133132
134133 <!-- Load fonts with font-display swap for performance -->
@@ -147,7 +146,7 @@ const { title, page } = Astro.props;
147146 basic: {
148147 title: title ,
149148 type: " website" ,
150- image: " https://app.tansu.dev/logo-background .png" ,
149+ image: " https://app.tansu.dev/social-card .png" ,
151150 url: ` https://app.tansu.dev${Astro .url .pathname } ` ,
152151 },
153152 optional: {
@@ -159,7 +158,7 @@ const { title, page } = Astro.props;
159158 twitter ={ {
160159 creator: " @PamphileRoy" ,
161160 card: " summary_large_image" ,
162- image: " https://app.tansu.dev/logo-background .png" ,
161+ image: " https://app.tansu.dev/social-card .png" ,
163162 title: title ,
164163 description:
165164 " Bringing open source software development onto the Stellar blockchain" ,
@@ -217,15 +216,6 @@ const { title, page } = Astro.props;
217216 </script >
218217 </head >
219218 <body class =" font-firacode min-h-screen flex flex-col" >
220- <img
221- src =" /logo-background.png"
222- alt =" Tansu background decoration"
223- class =" background-image hidden md:block"
224- loading =" lazy"
225- decoding =" async"
226- width =" 1200"
227- height =" 800"
228- />
229219 <Navbar page ={ page } />
230220 <slot />
231221 <Footer />
0 commit comments