Skip to content

Commit

Permalink
tests: make og image optional on Facebook pages
Browse files Browse the repository at this point in the history
  • Loading branch information
iparamonau committed Sep 26, 2024
1 parent 7833938 commit 04cd541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/domains/facebook.com/facebook.page.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ export default {
"https://www.facebook.com/caboreytours/",
{
noFeeds: true,
skipMethods: ['getData']
skipMethods: ['getData'],
skipMixins: ['og-image']
}
]
};

0 comments on commit 04cd541

Please sign in to comment.