A Astro blog hosted on Vercel

add image to home page meta tags

Changed files
+10 -1
src
pages
+10 -1
src/pages/index.astro
··· 12 12 <!doctype html> 13 13 <html lang="en"> 14 14 <head> 15 - <Head title={SITE_TITLE} description={SITE_DESCRIPTION} /> 15 + <Head 16 + title={SITE_TITLE} 17 + description={SITE_DESCRIPTION} 18 + image={{ 19 + src: blueskyAvatar, 20 + width: 300, 21 + height: 300, 22 + format: "webp", 23 + }} 24 + /> 16 25 <style> 17 26 body > main > img { 18 27 width: clamp(200px, 100vw, 300px);