Skip to content

Commit 41ee5ec

Browse files
committed
fix: make twitter og tags optional
1 parent 0eb7a82 commit 41ee5ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/devtools/client/data/open-graph.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export const ogTags: OpenGraphTagDefine[] = [
133133
},
134134
{
135135
name: 'twitter:title',
136-
suggestion: 'recommended',
136+
suggestion: 'optional',
137137
head: {
138138
meta: [
139139
{
@@ -150,7 +150,7 @@ export const ogTags: OpenGraphTagDefine[] = [
150150
},
151151
{
152152
name: 'twitter:description',
153-
suggestion: 'recommended',
153+
suggestion: 'optional',
154154
head: {
155155
meta: [{
156156
name: 'twitter:description',
@@ -165,7 +165,7 @@ export const ogTags: OpenGraphTagDefine[] = [
165165
},
166166
{
167167
name: 'twitter:image',
168-
suggestion: 'recommended',
168+
suggestion: 'optional',
169169
head: {
170170
meta: [
171171
{
@@ -182,7 +182,7 @@ export const ogTags: OpenGraphTagDefine[] = [
182182
},
183183
{
184184
name: 'twitter:card',
185-
suggestion: 'recommended',
185+
suggestion: 'optional',
186186
head: {
187187
meta: [
188188
{

0 commit comments

Comments
 (0)