We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5451a3a commit f5b4385Copy full SHA for f5b4385
docs/components/Layout.tsx
@@ -9,8 +9,8 @@ export default function Layout({ children }: { children: React.ReactNode }) {
9
<title key="title">{SITE.title}</title>
10
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
11
<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" />
+ <link rel="icon" href="/favicon.svg" />
+ <meta property="og:image" content="/share.png" />
14
</Head>
15
<main className={styles.main}>{children}</main>
16
<footer className={styles.footer}>
0 commit comments