@@ -27,20 +27,20 @@ export default defineConfig({
2727 head : [
2828 ...( isProd
2929 ? [
30- [
31- "script" ,
32- {
33- async : "" ,
34- src : "https://www.googletagmanager.com/gtag/js?id=G-Z6WPGB3WNL" ,
35- type : "text/javascript" ,
36- } ,
37- ] as [ string , Record < string , string > ] ,
38- [
39- "script" ,
40- { } ,
41- "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-Z6WPGB3WNL');" ,
42- ] as [ string , Record < string , string > , string ] ,
43- ]
30+ [
31+ "script" ,
32+ {
33+ async : "" ,
34+ src : "https://www.googletagmanager.com/gtag/js?id=G-Z6WPGB3WNL" ,
35+ type : "text/javascript" ,
36+ } ,
37+ ] as [ string , Record < string , string > ] ,
38+ [
39+ "script" ,
40+ { } ,
41+ "window.dataLayer = window.dataLayer || [];\nfunction gtag(){dataLayer.push(arguments);}\ngtag('js', new Date());\ngtag('config', 'G-Z6WPGB3WNL');" ,
42+ ] as [ string , Record < string , string > , string ] ,
43+ ]
4444 : [ ] ) ,
4545
4646 // Favicons
@@ -78,6 +78,8 @@ export default defineConfig({
7878 } ,
7979 ] ,
8080 [ "link" , { rel : "canonical" , href : SITE_URL } ] ,
81+ // Go imports
82+ [ "meta" , { name : "go-import" , content : "globstar.dev git https://github.com/DeepSourceCorp/globstar" } ] ,
8183
8284 // Open Graph / Facebook
8385 [ "meta" , { property : "og:type" , content : "website" } ] ,
0 commit comments