File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export const Seo = withRouter(
42
42
< meta
43
43
property = "og:url"
44
44
key = "og:url"
45
- content = { `https://reactjs.org${ router . pathname } ` }
45
+ content = { `https://beta. reactjs.org${ router . pathname } ` }
46
46
/>
47
47
{ title != null && (
48
48
< meta property = "og:title" content = { title } key = "og:title" />
@@ -58,7 +58,7 @@ export const Seo = withRouter(
58
58
< meta
59
59
property = "og:image"
60
60
key = "og:image"
61
- content = { `https://reactjs.org${ image } ` }
61
+ content = { `https://beta. reactjs.org${ image } ` }
62
62
/>
63
63
64
64
{ /* TWITTER */ }
@@ -83,7 +83,7 @@ export const Seo = withRouter(
83
83
< meta
84
84
name = "twitter:image"
85
85
key = "twitter:image"
86
- content = { `https://reactjs.org${ image } ` }
86
+ content = { `https://beta. reactjs.org${ image } ` }
87
87
/>
88
88
89
89
{ children }
You can’t perform that action at this time.
0 commit comments