File tree Expand file tree Collapse file tree 3 files changed +450
-228
lines changed
Expand file tree Collapse file tree 3 files changed +450
-228
lines changed Original file line number Diff line number Diff line change @@ -33,16 +33,12 @@ head: [
3333 {
3434 tag : 'script' ,
3535 attrs : {
36- is : 'inline' ,
37- async : 'async' ,
3836 src : 'https://www.googletagmanager.com/gtag/js?id=G-QBDGYZRSGT' ,
37+ async : true ,
3938 } ,
4039 } ,
4140 {
4241 tag : 'script' ,
43- attrs : {
44- is : 'inline' ,
45- } ,
4642 children : `
4743 window.dataLayer = window.dataLayer || [];
4844 function gtag(){dataLayer.push(arguments);}
@@ -157,5 +153,4 @@ head: [
157153 lastUpdated : true ,
158154 } ) ,
159155 ] ,
160- } ) ;
161-
156+ } ) ;
Original file line number Diff line number Diff line change 1010 "astro" : " astro"
1111 },
1212 "dependencies" : {
13- "@astrojs/starlight" : " ^0.35 .2" ,
14- "astro" : " ^5.13.0 " ,
13+ "@astrojs/starlight" : " ^0.36 .2" ,
14+ "astro" : " ^5.15.3 " ,
1515 "sharp" : " ^0.33.5"
1616 }
1717}
You can’t perform that action at this time.
0 commit comments