From d40b75f41b7977bef2e18f2aa8b7ef81d05fd946 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 1 Jan 2023 19:47:30 +0800 Subject: [PATCH] fix --- components/NotionPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {