We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7cc61 commit 28d0c54Copy full SHA for 28d0c54
‎docs/astro.config.mjs‎
@@ -19,13 +19,13 @@ head: [
19
tag: 'link',
20
attrs: {
21
rel: 'stylesheet',
22
- href: './nist-combined.css',
+ href: 'https://pages.nist.gov/nist-header-footer/css/nist-combined.css',
23
},
24
25
{
26
tag: 'script',
27
28
- src: './nist-header-footer.js',
+ src: 'https://pages.nist.gov/nist-header-footer/js/nist-header-footer-v-2.0.js',
29
type: 'text/javascript',
30
defer: 'defer',
31
0 commit comments