Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 8954734

Browse files
committed
Add RSS <link>
1 parent 54b1430 commit 8954734

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/_app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export default function App({ Component, pageProps }) {
1414
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
1515
<meta name="msapplication-TileColor" content="#00aba9" />
1616
<meta name="theme-color" content="#ffffff" />
17+
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
1718
</Head>
1819
<SectionContainer>
1920
<Header />

0 commit comments

Comments
 (0)