Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
Ronin-Website
Commits
947c0527
Unverified
Commit
947c0527
authored
Sep 07, 2020
by
Pavel Ševčík
Browse files
Fixed og:type
parent
8c2de2e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pages/_app.tsx
src/pages/_app.tsx
+1
-1
No files found.
src/pages/_app.tsx
View file @
947c0527
...
...
@@ -23,7 +23,7 @@ const MyApp = ({ Component, pageProps }) => {
<
meta
name
=
"twitter:image"
content
=
"https://ronindojo.io/assets/sharing.png"
/>
<
meta
property
=
"og:url"
content
=
"https://ronindojo.io"
/>
<
meta
property
=
"og:type"
content
=
"
company
"
/>
<
meta
property
=
"og:type"
content
=
"
website
"
/>
<
meta
property
=
"og:description"
content
=
{
description
}
/>
<
meta
property
=
"og:image"
content
=
"https://ronindojo.io/assets/sharing.png"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment