aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-14 11:45:38 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-14 11:45:38 +0200
commitbaf935ebe929682eabff755a3b3b1e1448e252a5 (patch)
tree51d549317d728c348362b960192950fd4c158302
parentfede329422c32c6b4337f87ca4b8ff6bdaa8198b (diff)
format
-rw-r--r--pages/_app.tsx2
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>