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 f2b8194 commit e75356dCopy full SHA for e75356d
beta/src/components/Seo.tsx
@@ -42,7 +42,7 @@ export const Seo = withRouter(
42
<meta
43
property="og:url"
44
key="og:url"
45
- content={`https://reactjs.org${router.pathname}`}
+ content={`https://beta.reactjs.org${router.pathname}`}
46
/>
47
{title != null && (
48
<meta property="og:title" content={title} key="og:title" />
@@ -58,7 +58,7 @@ export const Seo = withRouter(
58
59
property="og:image"
60
key="og:image"
61
- content={`https://reactjs.org${image}`}
+ content={`https://beta.reactjs.org${image}`}
62
63
64
{/* TWITTER */}
@@ -83,7 +83,7 @@ export const Seo = withRouter(
83
84
name="twitter:image"
85
key="twitter:image"
86
87
88
89
{children}
0 commit comments