Skip to content

Commit f88aad4

Browse files
committed
Change pptr url
1 parent 9aa5981 commit f88aad4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/BaseHead.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site)
1313
1414
const { title, description } = Astro.props
1515
const ogImageUrl = (url: string) =>
16-
`https://pptr.io/api/screenshot?width=1200&height=630&deviceScaleFactor=1&y=64&dark=1&url=${url}`
16+
`https://pptrio.vercel.app/api/screenshot?width=1200&height=630&deviceScaleFactor=1&y=64&dark=1&url=${url}`
1717
---
1818

1919
<!-- Global Metadata -->

src/components/Projects.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414
1515
const imageUrl = (url: string) =>
16-
`https://pptr.io/api/screenshot?width=400&height=300&deviceScaleFactor=1&dark=1&url=${url}`
16+
`https://pptrio.vercel.app/api/screenshot?width=400&height=300&deviceScaleFactor=1&dark=1&url=${url}`
1717
1818
$: filteredProjects = projects.filter((project) => {
1919
if (!selectedTag?.length) {

0 commit comments

Comments
 (0)