kopia lustrzana https://github.com/bugout-dev/moonstream
remove consolelog
rodzic
99a486f91f
commit
a4ed21314c
|
@ -53,7 +53,6 @@ export default function CachingApp({ Component, pageProps }) {
|
||||||
{ rel: "preload", as: "image", href: WHITE_LOGO_W_TEXT_URL },
|
{ rel: "preload", as: "image", href: WHITE_LOGO_W_TEXT_URL },
|
||||||
];
|
];
|
||||||
pageProps.preloads && headLinks.push(...pageProps.preloads);
|
pageProps.preloads && headLinks.push(...pageProps.preloads);
|
||||||
console.log(headLinks);
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<style global jsx>{`
|
<style global jsx>{`
|
||||||
|
|
Ładowanie…
Reference in New Issue