Skip to content

Commit

Permalink
set default to no fallback for description field
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed May 18, 2021
1 parent 4a14372 commit ed13fe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tags
.php_cs.cache
4 changes: 2 additions & 2 deletions src/config/metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

'fallbacks' => [
'title' => 'title',
'description' => 'content',
'description' => '',
'og_title' => 'title',
'og_description' => 'content',
'og_description' => '',
'og_type' => 'metadataDefaultOgType',
'card_type' => 'metadataDefaultCardType',
],
Expand Down

0 comments on commit ed13fe2

Please sign in to comment.