summaryrefslogtreecommitdiff
path: root/pages/index.tsx
diff options
context:
space:
mode:
authorMichal Sapka <michal@sapka.me>2022-09-11 21:39:42 +0200
committerMichal Sapka <michal@sapka.me>2022-09-11 21:45:16 +0200
commit210815ed718a0c89ad938816a3d5bebfd99ae027 (patch)
tree6956982570fa7210498155ebe14a5e36de0c7db7 /pages/index.tsx
parentce8d7e11ba9e3820c1c96eaca28d39d48e8134a4 (diff)
fix: use top domain
Diffstat (limited to 'pages/index.tsx')
-rw-r--r--pages/index.tsx2
1 files changed, 1 insertions, 1 deletions
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>