mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-05 23:16:52 +00:00
fix
This commit is contained in:
@@ -106,7 +106,7 @@ const NotionPage = ({ post }) => {
|
|||||||
*/
|
*/
|
||||||
const mapPageUrl = id => {
|
const mapPageUrl = id => {
|
||||||
// return 'https://www.notion.so/' + id.replace(/-/g, '')
|
// return 'https://www.notion.so/' + id.replace(/-/g, '')
|
||||||
return '/' + id.replace(/-/g, '');
|
return '/' + id.replace(/-/g, '')
|
||||||
}
|
}
|
||||||
|
|
||||||
function getMediumZoomMargin() {
|
function getMediumZoomMargin() {
|
||||||
|
|||||||
Reference in New Issue
Block a user