Skip to content

Commit 474ae22

Browse files
authored
Merge pull request #573 from cocopuff2u/nist-pages-docs
Update NIST Pages
2 parents dcc1ee9 + b92f848 commit 474ae22

File tree

3 files changed

+450
-228
lines changed

3 files changed

+450
-228
lines changed

astro.config.mjs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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+
});

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
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
}

0 commit comments

Comments
 (0)