Skip to content

Commit

Permalink
fix: dont index related content
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 31, 2020
1 parent 543d8ac commit 44de025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PageLayout/RelatedContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const RelatedContent = ({ page }) => {

return (
<aside
data-swiftype-index={false}
css={css`
grid-area: related-content;
position: sticky;
Expand Down

0 comments on commit 44de025

Please sign in to comment.