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 2727 },
2828 "dependencies" : {
2929 "choco-astro" : " 0.1.0" ,
30- "choco-theme" : " 0.7.3 "
30+ "choco-theme" : " 0.8.0 "
3131 }
3232}
Original file line number Diff line number Diff line change @@ -78,11 +78,6 @@ const hash = childProcess
7878 <meta property =" twitter:image" content ={ twitterImageURL } />
7979 <meta property =" twitter:card" content ={ twitterCardType } />
8080
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-
8681 <!-- CSS -->
8782 <link rel =" stylesheet" href ={ ` /styles/docs.min.purged.css?v=${hash } ` } />
8883
@@ -134,6 +129,7 @@ const hash = childProcess
134129 <button type =" button" class =" btn btn-bg-body d-md-none" data-bs-dismiss =" alert" aria-label =" Close" >I accept</button >
135130 </div >
136131 </footer >
132+ <script is:inline src ={ ` /scripts/bootstrap.bundle.min.js?v=${hash } ` } ></script >
137133 <script is:inline src ={ ` /scripts/docs.min.js?v=${hash } ` } ></script >
138134 </body >
139135</html >
You can’t perform that action at this time.
0 commit comments