Skip to content

Commit

Permalink
fix: make twitter og tags optional
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 11, 2024
1 parent 0eb7a82 commit 41ee5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/devtools/client/data/open-graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export const ogTags: OpenGraphTagDefine[] = [
},
{
name: 'twitter:title',
suggestion: 'recommended',
suggestion: 'optional',
head: {
meta: [
{
Expand All @@ -150,7 +150,7 @@ export const ogTags: OpenGraphTagDefine[] = [
},
{
name: 'twitter:description',
suggestion: 'recommended',
suggestion: 'optional',
head: {
meta: [{
name: 'twitter:description',
Expand All @@ -165,7 +165,7 @@ export const ogTags: OpenGraphTagDefine[] = [
},
{
name: 'twitter:image',
suggestion: 'recommended',
suggestion: 'optional',
head: {
meta: [
{
Expand All @@ -182,7 +182,7 @@ export const ogTags: OpenGraphTagDefine[] = [
},
{
name: 'twitter:card',
suggestion: 'recommended',
suggestion: 'optional',
head: {
meta: [
{
Expand Down

0 comments on commit 41ee5ec

Please sign in to comment.