diff options
-rw-r--r-- | pages/_app.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/_app.tsx b/pages/_app.tsx index 3bef38f..902e4e5 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -13,7 +13,7 @@ import '../styles/tags.css'; export default function Blog({ Component, pageProps }) { return <> <Head> - <link rel="preload" as="style" href="/font/font.css" onLoad={() => this.rel='stylesheet'} /> + <link rel='preload' as='style' href='/font/font.css' onLoad={() => this.rel = 'stylesheet'} /> <title>Loek's Blog</title> |