Update website domain

This commit is contained in:
juancmandev
2025-03-27 12:50:09 -06:00
parent 6928978684
commit 3a57df404e
20 changed files with 73 additions and 76 deletions

View File

@ -35,7 +35,7 @@ const { title, description } = Astro.props;
lang === 'en' && (
<link
rel='alternate'
title='juancmandev'
title='Juan Manzanero'
type='application/rss+xml'
href={new URL('feed.xml', Astro.site)}
/>
@ -45,7 +45,7 @@ const { title, description } = Astro.props;
lang === 'es' && (
<link
rel='alternate'
title='juancmandev'
title='Juan Manzanero'
type='application/rss+xml'
href={new URL('feed.xml', `${Astro.site}/es/`)}
/>