Skip to content

Commit c2024b7

Browse files
🛐
1 parent 18118dc commit c2024b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/api/notion-page-info.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
6060

6161
if (imageUrl.host === 'images.unsplash.com') {
6262
if (!imageUrl.searchParams.has('w')) {
63-
imageUrl.searchParams.set('w', '2000')
63+
imageUrl.searchParams.set('w', '1200')
6464
imageUrl.searchParams.set('fit', 'max')
6565
image = imageUrl.toString()
6666
}

0 commit comments

Comments
 (0)