summaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
Diffstat (limited to 'pages')
-rw-r--r--pages/_document.tsx6
-rw-r--r--pages/index.tsx2
2 files changed, 4 insertions, 4 deletions
diff --git a/pages/_document.tsx b/pages/_document.tsx
index 05755e2e..954a73db 100644
--- a/pages/_document.tsx
+++ b/pages/_document.tsx
@@ -6,9 +6,9 @@ export default function Document() {
return (
<Html lang="en">
<Head>
- <link rel="alternate" type="application/rss+xml" href="https://michal.sapka.me/rss/feed.xml" title="Recent publications RSS Feed" />
- <link rel="alternate" type="application/feed+json" href="https://michal.sapka.me/rss/feed.json" title="Recent publications RSS Feed" />
- <link rel="alternate" type="application/atom+xml" href="https://michal.sapka.me/rss/atom.xml" title="Recent publications RSS Feed" />
+ <link rel="alternate" type="application/rss+xml" href="https://www.sapka.me/rss/feed.xml" title="Recent publications RSS Feed" />
+ <link rel="alternate" type="application/feed+json" href="https://www.sapka.me/rss/feed.json" title="Recent publications RSS Feed" />
+ <link rel="alternate" type="application/atom+xml" href="https://www.sapka.me/rss/atom.xml" title="Recent publications RSS Feed" />
</Head>
<body>
<ColorModeScript initialColorMode={theme.config.initialColorMode} />
diff --git a/pages/index.tsx b/pages/index.tsx
index 5f313fb2..8b7a2a3e 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -98,7 +98,7 @@ const Home: NextPage = () => {
<Button>Subscribe to my newsletter</Button>
</Link>
<Box opacity="0.5">
- <Link href="https://michal.sapka.me/rss/feed.xml">
+ <Link href="https://www.sapka.me/rss/feed.xml">
or subscribe via RSS
</Link>
</Box>