File tree Expand file tree Collapse file tree 3 files changed +1740
-1232
lines changed Expand file tree Collapse file tree 3 files changed +1740
-1232
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"dependencies" : {
29
29
"choco-astro" : " 0.1.0" ,
30
- "choco-theme" : " 0.7.3 "
30
+ "choco-theme" : " 0.8.0 "
31
31
}
32
32
}
Original file line number Diff line number Diff line change @@ -78,11 +78,6 @@ const hash = childProcess
78
78
<meta property =" twitter:image" content ={ twitterImageURL } />
79
79
<meta property =" twitter:card" content ={ twitterCardType } />
80
80
81
- <!-- Google Font -->
82
- <link rel =" preconnect" href =" https://fonts.googleapis.com" >
83
- <link rel =" preconnect" href =" https://fonts.gstatic.com" crossorigin >
84
- <link href =" https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Roboto+Mono:wght@300;400;600;700&display=swap" rel =" stylesheet" >
85
-
86
81
<!-- CSS -->
87
82
<link rel =" stylesheet" href ={ ` /styles/docs.min.purged.css?v=${hash } ` } />
88
83
@@ -134,6 +129,7 @@ const hash = childProcess
134
129
<button type =" button" class =" btn btn-bg-body d-md-none" data-bs-dismiss =" alert" aria-label =" Close" >I accept</button >
135
130
</div >
136
131
</footer >
132
+ <script is:inline src ={ ` /scripts/bootstrap.bundle.min.js?v=${hash } ` } ></script >
137
133
<script is:inline src ={ ` /scripts/docs.min.js?v=${hash } ` } ></script >
138
134
</body >
139
135
</html >
You can’t perform that action at this time.
0 commit comments