diff --git a/components/NotionPage.js b/components/NotionPage.js index 9b29f81e..429a6853 100644 --- a/components/NotionPage.js +++ b/components/NotionPage.js @@ -106,7 +106,7 @@ const NotionPage = ({ post }) => { */ const mapPageUrl = id => { // return 'https://www.notion.so/' + id.replace(/-/g, '') - return '/' + id.replace(/-/g, ''); + return '/' + id.replace(/-/g, '') } function getMediumZoomMargin() {