diff --git a/public/img/background.webp b/public/img/background.webp new file mode 100644 index 0000000..3814cfd Binary files /dev/null and b/public/img/background.webp differ diff --git a/src/components/SEO.astro b/src/components/SEO.astro index 181e42f..1858abd 100644 --- a/src/components/SEO.astro +++ b/src/components/SEO.astro @@ -14,7 +14,7 @@ const { description, // preload, canonical, - image = 'https://dylanson25dev.netlify.app/.netlify/images?url=_astro%2Fdylan.BPEYV6fX.jpeg&w=300', + image = '../../public/img/background.webp', } = Astro.props as Props; const determineCanonicalURL = () => { diff --git a/src/utils/seoConfig.ts b/src/utils/seoConfig.ts index a9c652e..7cb4965 100644 --- a/src/utils/seoConfig.ts +++ b/src/utils/seoConfig.ts @@ -6,10 +6,10 @@ export const seoConfig = { 'Currently my page is under development, but you can come and explore my social networks to get to know me a little better.', type: 'website', image: { - url: 'https://dylanson25dev.netlify.app/.netlify/images?url=_astro%2Fdylan.BPEYV6fX.jpeg&w=300', + url: '../../public/img/background.webp', alt: 'Dylan Profile image', - width: 300, - height: 300, + width: 705, + height: 600, }, siteName: 'Dylan V. T | Portafolio', twitter: {