@@ -10,7 +10,7 @@ const { title, description, ogImage, articleDate } = Astro.props;
1010const titleSeparator = " •" ;
1111const siteTitle = ` ${title } ${titleSeparator } ${siteConfig .title } ` ;
1212const canonicalURL = new URL (Astro .url .pathname , Astro .site );
13- const socialImageURL = new URL (ogImage ? ogImage : " /assets/images /logo.png " , Astro .url ).href ;
13+ const socialImageURL = new URL (ogImage ? ogImage : " /assets/icons /logo.avg " , Astro .url ).href ;
1414---
1515
1616<meta charset =" utf-8" />
@@ -19,10 +19,10 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/logo.png", As
1919<title >{ siteTitle } </title >
2020
2121{ /* Icons / Favicon */ }
22- <link rel =" icon" href =" /assets/icons/parixan/favicon- 32x32.png" type =" image/png" sizes =" 32x32" />
23- <link rel =" icon" href =" /assets/icons/parixan /favicon.ico" type =" image/x-icon" />
24- <link rel =" shortcut icon" href =" /assets/icons/parixan /favicon.ico" />
25- <link rel =" apple-touch-icon" href =" /assets/icons/parixan/ apple-touch-icon-180x180 .png" sizes =" 180x180" />
22+ <link rel =" icon" href =" /assets/images/ 32x32.png" type =" image/png" sizes =" 32x32" />
23+ <link rel =" icon" href =" /assets/images /favicon.ico" type =" image/x-icon" />
24+ <link rel =" shortcut icon" href =" /assets/images /favicon.ico" />
25+ <link rel =" apple-touch-icon" href =" /assets/images/ apple-touch-icon.png" sizes =" 180x180" />
2626<link rel =" manifest" href =" manifest.webmanifest" />
2727<link rel =" canonical" href ={ canonicalURL } />
2828
@@ -61,7 +61,7 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/logo.png", As
6161}
6262
6363{ /* Twitter */ }
64- <meta property =" twitter:card" content =" /assets/images/parixan/ 512x512.png" />
64+ <meta property =" twitter:card" content =" /assets/images/512x512.png" />
6565<meta property =" twitter:url" content ={ canonicalURL } />
6666<meta property =" twitter:title" content ={ title } />
6767<meta property =" twitter:description" content ={ description } />
0 commit comments