adjust postlight insights custom selectors

pull/707/head
Austin Brown 2 years ago
parent ad8d4aa268
commit d0723ed77b

@ -22,7 +22,7 @@ export const PostlightComExtractor = {
},
content: {
selectors: ['article.body'],
selectors: ['main.post'],
// Is there anything in the content you selected that needs transformed
// before it's consumable content? E.g., unusual lazy loaded images
@ -31,6 +31,10 @@ export const PostlightComExtractor = {
// Is there anything that is in the result that shouldn't be?
// The clean selectors will remove anything that matches from
// the result
clean: ['section.pl-post-link'],
clean: [
'section.pl-post-link',
'aside',
'section.insights_featured_case_studies',
],
},
};

Loading…
Cancel
Save