Skip to content

Commit 0bd2478

Browse files
author
John Richard Chipps-Harding
authored
Remove meta:title (#21)
1 parent e6dac46 commit 0bd2478

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@phntms/react-share",
33
"description": "An all-in-one React library to implement custom Sharing Meta and Social Media Sharing Buttons.",
4-
"version": "0.0.5",
4+
"version": "0.0.6",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"homepage": "https://github.com/phantomstudios/react-share#readme",
@@ -71,4 +71,4 @@
7171
"dependencies": {
7272
"is-absolute-url": "^3.0.3"
7373
}
74-
}
74+
}

src/components/MetaHeadEmbed.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ const MetaHeadEmbed = ({
138138

139139
const metaEmbed = [
140140
<title key="title">{title}</title>,
141-
<meta key="meta:title" name="title" content={title} />,
142141
<meta key="meta:description" name="description" content={description} />,
143142
keywords && (
144143
<meta

0 commit comments

Comments
 (0)