splitbee / react-notion

A fast React renderer for Notion pages
https://react-notion.com
MIT License
2.86k stars 151 forks source link

Fix image URLs #32

Closed timolins closed 4 years ago

timolins commented 4 years ago

Notion now requires two new parameters, otherwise the images won't load. This PR appends those query parameters.

Thanks to @transitive-bullshit for doing investigations on the NotionX project.