diff --git a/components/Meta.js b/components/Meta.js index 00b09b2..73aeee8 100644 --- a/components/Meta.js +++ b/components/Meta.js @@ -12,7 +12,7 @@ export function Link({ href }) { return ( - + ) } @@ -64,8 +64,7 @@ export const MetaLinks = () => { {LOCAL_STYLESHEETS.map(id => ( ))} - {CDN_STYLESHEETS.map(theme => { - const themeDef = THEMES_HASH[theme] + {CDN_STYLESHEETS.map(themeDef => { const href = `//cdnjs.cloudflare.com/ajax/libs/codemirror/5.42.2/theme/${themeDef && (themeDef.link || themeDef.id)}.min.css` return