Skip to content

Commit

Permalink
I'll improve this later
Browse files Browse the repository at this point in the history
  • Loading branch information
torn4dom4n committed May 1, 2024
1 parent fb36bb3 commit 4efc966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Head.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import type { Props } from '@astrojs/starlight/props'
import Default from '@astrojs/starlight/components/Head.astro'
const ogImageUrl = new URL(
`/og/${Astro.props.id.replace(/\.\w+$/, '.png')}`,
Astro.url.pathname,
`/18-months/og/${Astro.props.id.replace(/\.\w+$/, '.png')}`,
Astro.site,
)
---

Expand Down

0 comments on commit 4efc966

Please sign in to comment.