diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-14 11:45:38 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-14 11:45:38 +0200 |
commit | baf935ebe929682eabff755a3b3b1e1448e252a5 (patch) | |
tree | 51d549317d728c348362b960192950fd4c158302 /pages | |
parent | fede329422c32c6b4337f87ca4b8ff6bdaa8198b (diff) |
format
Diffstat (limited to 'pages')
-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> |