File tree Expand file tree Collapse file tree 3 files changed +12
-13
lines changed
Expand file tree Collapse file tree 3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 182182
183183.rows {
184184 margin : 3px ;
185- }
185+ }
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ const gtagScript = `
88` ;
99---
1010
11- <script async type = " text/partytown " src ={ ` https://www.googletagmanager.com/gtag/js?id=${GA_ID } ` } is:inline ></script >
12- <script type = " text/partytown " define:vars ={ { gtagScript }} is:inline >
11+ <script async src ={ ` https://www.googletagmanager.com/gtag/js?id=${GA_ID } ` } is:inline ></script >
12+ <script define:vars ={ { gtagScript }} is:inline >
1313 {
1414 gtagScript;
1515 }
Original file line number Diff line number Diff line change @@ -62,16 +62,15 @@ const socialImageURL = new URL(ogImage ? ogImage : "/assets/images/ABCD-blue.png
6262}
6363
6464{ /* Twitter */ }
65- <meta name =" twitter:card" content =" summary_large_image" />
66- <meta name =" twitter:url" content ={ canonicalURL } />
67- <meta name =" twitter:title" content ={ title } />
68- <meta name =" twitter:description" content ={ description } />
69- <meta name =" twitter:image" content ={ socialImageURL } />
70- <meta name =" twitter:image:width" content =" 1200" />
71- <meta name =" twitter:image:height" content =" 630" />
72- <meta name =" twitter:image:alt" content ={ description } />
73- <meta name =" twitter:site" content =" @recursivezero" />
74- <meta name =" twitter:creator" content =" @recursivezero" />
65+ <meta name =" twitter:card" content =" https://abcdkbd.com/assets/images/512x512.png" />
66+ <meta property =" twitter:card" content =" https://abcdkbd.com/assets/images/512x512.png" />
67+ <meta property =" twitter:url" content ={ canonicalURL } />
68+ <meta property =" twitter:title" content ={ title } />
69+ <meta property =" twitter:description" content ={ description } />
70+ <meta property =" twitter:image" content ={ socialImageURL } />
71+ <meta property =" twitter:image:alt" content ={ description } />
72+ <meta property =" twitter:site" content =" @recursivezero" />
73+ <meta property =" twitter:creator" content =" @recursivezero" />
7574{ /* Sitemap */ }
7675<link rel =" sitemap" href =" /sitemap-index.xml" />
7776
You can’t perform that action at this time.
0 commit comments