diff --git a/astro.config.mjs b/astro.config.mjs
index 44eb332..efa1df6 100644
--- a/astro.config.mjs
+++ b/astro.config.mjs
@@ -8,7 +8,7 @@ import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
- site: "https://www.juancman.dev/",
+ site: "https://juancman.dev/",
integrations: [
sitemap(),
react(),
diff --git a/src/components/footer.tsx b/src/components/footer.tsx
index 5223821..dd84324 100644
--- a/src/components/footer.tsx
+++ b/src/components/footer.tsx
@@ -43,7 +43,7 @@ export default function Footer() {
variant="link"
className="flex flex-col justify-center"
>
-
+
RSS feed
diff --git a/src/content/blog/rewind-2023-and-future-plans.mdx b/src/content/blog/rewind-2023-and-future-plans.mdx
index d1069ad..6da9a70 100644
--- a/src/content/blog/rewind-2023-and-future-plans.mdx
+++ b/src/content/blog/rewind-2023-and-future-plans.mdx
@@ -73,7 +73,7 @@ as I already had a good habit of saving, but I want my money to keep growing
more for a dignified retirement.
I'm spending less time on social media,
-[even I wrote an article about this](https://www.juancman.dev/en/blog/the-monotony-of-social-media),
+[even I wrote an article about this](https://juancman.dev/en/blog/the-monotony-of-social-media),
doing things that **I really want to do** instead.
Is really horrible how much time social media steals from us, keeping us away
diff --git a/src/pages/rss.xml.ts b/src/pages/rss.xml.ts
index a38af72..3863d22 100644
--- a/src/pages/rss.xml.ts
+++ b/src/pages/rss.xml.ts
@@ -117,9 +117,9 @@ export async function GET(context: any) {
customData: [
"en-us",
`
- https://www.juancman.dev/logo.png
+ https://juancman.dev/logo.pngjuancmandev
- https://www.juancman.dev
+ https://juancman.dev
`,
``,
].join(""),