Skip to content

Commit f5b4385

Browse files
committed
Fixing share and favicon
1 parent 5451a3a commit f5b4385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
99
<title key="title">{SITE.title}</title>
1010
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
1111
<meta key="description" name="description" content={SITE.description} />
12-
<link rel="icon" href="/open-next/favicon.svg" />
13-
<meta property="og:image" content="/open-next/share.png" />
12+
<link rel="icon" href="/favicon.svg" />
13+
<meta property="og:image" content="/share.png" />
1414
</Head>
1515
<main className={styles.main}>{children}</main>
1616
<footer className={styles.footer}>

0 commit comments

Comments
 (0)