We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18118dc commit c2024b7Copy full SHA for c2024b7
pages/api/notion-page-info.tsx
@@ -60,7 +60,7 @@ export default async (req: NextApiRequest, res: NextApiResponse) => {
60
61
if (imageUrl.host === 'images.unsplash.com') {
62
if (!imageUrl.searchParams.has('w')) {
63
- imageUrl.searchParams.set('w', '2000')
+ imageUrl.searchParams.set('w', '1200')
64
imageUrl.searchParams.set('fit', 'max')
65
image = imageUrl.toString()
66
}
0 commit comments