Skip to content

Commit 28d0c54

Browse files
authored
docs: 📝 redirect NIST header and footer
1 parent 2e7cc61 commit 28d0c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎docs/astro.config.mjs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ head: [
1919
tag: 'link',
2020
attrs: {
2121
rel: 'stylesheet',
22-
href: './nist-combined.css',
22+
href: 'https://pages.nist.gov/nist-header-footer/css/nist-combined.css',
2323
},
2424
},
2525
{
2626
tag: 'script',
2727
attrs: {
28-
src: './nist-header-footer.js',
28+
src: 'https://pages.nist.gov/nist-header-footer/js/nist-header-footer-v-2.0.js',
2929
type: 'text/javascript',
3030
defer: 'defer',
3131
},

0 commit comments

Comments
 (0)