Skip to content

Commit

Permalink
Remove blog RSS feed
Browse files Browse the repository at this point in the history
  • Loading branch information
shellbear committed Jan 30, 2022
1 parent 284280b commit bf331e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
7 changes: 1 addition & 6 deletions pages/blog/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ const Blog: NextPage<BlogProps> = ({ pages }) => {
<Container mb="3rem">
<Title>Blog</Title>
<Text textAlign="center">
Posts about code, projects and various other things. <br />
An RSS feed is available at this{' '}
<a target="_blank" href="/blog/feed.xml">
link
</a>
.
Posts about code, projects and various other things.
</Text>
</Container>
<Grid gridTemplateColumns={['1fr', '1fr 1fr']} gridGap={['3rem', '2rem']}>
Expand Down
51 changes: 0 additions & 51 deletions public/blog/feed.xml

This file was deleted.

1 comment on commit bf331e1

@vercel
Copy link

@vercel vercel bot commented on bf331e1 Jan 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.