We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f99c77 + b49271b commit 16ae5e1Copy full SHA for 16ae5e1
astro.config.mjs
@@ -33,12 +33,16 @@ head: [
33
{
34
tag: 'script',
35
attrs: {
36
+ is: 'inline',
37
async: 'async',
38
src: 'https://www.googletagmanager.com/gtag/js?id=G-QBDGYZRSGT',
39
},
40
41
42
43
+ attrs: {
44
45
+ },
46
children: `
47
window.dataLayer = window.dataLayer || [];
48
function gtag(){dataLayer.push(arguments);}
public/scripts/github-latest-release.js
@@ -110,6 +110,10 @@ function injectReleaseBoxStyles() {
110
[data-theme="dark"] .github-release-info strong {
111
color: #fff;
112
}
113
+ .github-release-notes {
114
+ overflow-wrap: anywhere;
115
+ word-break: break-word;
116
+ }
117
`;
118
document.head.appendChild(style);
119
0 commit comments