Skip to content

Commit

Permalink
Update background image
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanson25 committed Oct 5, 2024
1 parent f893212 commit 625d615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added public/img/background.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/SEO.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
6 changes: 3 additions & 3 deletions src/utils/seoConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 625d615

Please sign in to comment.