update comment

main
Mike Fix 6 years ago
parent d70c8f0c2a
commit d41f05d9c1

@ -11,8 +11,8 @@ const CDN_STYLESHEETS = THEMES.filter(
) )
/* /*
* Before supporting <link rel="preload" verify if it is widely supported in FireFox * Before supporting <link rel="preload"> verify that it is widely supported in FireFox
* with out a flag here: https&://caniuse.com/#feat=link-rel-preload * with out a flag here: https://caniuse.com/#feat=link-rel-preload
*/ */
export default function Meta() { export default function Meta() {
const onBrowser = typeof window !== 'undefined' const onBrowser = typeof window !== 'undefined'

Loading…
Cancel
Save