Removed duplicate link tag

This commit is contained in:
r-freeman 2023-01-23 19:51:14 +00:00
parent 214e605aa8
commit 8027db6a43

View File

@ -44,11 +44,13 @@ export default function Document() {
rel="alternate" rel="alternate"
type="application/rss+xml" type="application/rss+xml"
href="/rss/feed.xml" href="/rss/feed.xml"
title="RSS feed for ryanfreeman.dev"
/> />
<link <link
rel="alternate" rel="alternate"
type="application/feed+json" type="application/feed+json"
href="/rss/feed.json" href="/rss/feed.json"
title="RSS feed for ryanfreeman.dev"
/> />
<link <link
rel="icon" rel="icon"
@ -66,12 +68,6 @@ export default function Document() {
rel="apple-touch-icon" rel="apple-touch-icon"
href="/static/icons/apple-touch-icon.png" href="/static/icons/apple-touch-icon.png"
/> />
<link
rel="alternate"
type="application/rss+xml"
title="RSS feed for ryanfreeman.dev"
href="/rss/"
/>
</Head> </Head>
<script dangerouslySetInnerHTML={{__html: modeScript}}/> <script dangerouslySetInnerHTML={{__html: modeScript}}/>
<body className="flex h-full flex-col dark:bg-black"> <body className="flex h-full flex-col dark:bg-black">