Skip to content

Commit e7a5d93

Browse files
committed
I give up, copy/paste
1 parent c477fc6 commit e7a5d93

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pages/_document.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ export default class MyDocument extends Document {
1717
rel="stylesheet"
1818
/>
1919
<link rel="icon" href="/favicon.ico" />
20-
<meta name="theme-color" content="#69137e" />
21-
<meta property="og:image" content="logo.png" />
20+
<meta
21+
property="og:image"
22+
content="https://helpch.at/includes/img/HC.png"
23+
/>
24+
<meta name="theme-color" content="#40a1d5" />
2225
</Head>
2326
<body>
2427
<Main />

public/logo.png

-5.44 KB
Binary file not shown.

0 commit comments

Comments
 (0)