Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix(SEO): disable blog feeds
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Dec 15, 2019
1 parent b936a65 commit 738b0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MainLayout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const MainLayout = props => {
key={t.lang}
/>
))}
{[`atom.xml`, `rss.xml`, `feed.json`].map(feed => (
{/* {[`atom.xml`, `rss.xml`, `feed.json`].map(feed => (
<link
rel="alternate"
href={`${site.siteMetadata.siteUrl}/${lang}/blog/${feed}`}
Expand All @@ -221,7 +221,7 @@ const MainLayout = props => {
}
key={feed}
/>
))}
))} */}
{/* {!isDev && (<script src={`https://cdn.polyfill.io/v2/polyfill.min.js?features=${polyfills.join(`,`)}`}/>)} */}
<html lang={lang} />
</Helmet>
Expand Down

0 comments on commit 738b0c3

Please sign in to comment.