Update website domain
This commit is contained in:
@ -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/`)}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user