This commit is contained in:
tangly1024
2023-01-01 19:47:30 +08:00
parent 5288064773
commit d40b75f41b

View File

@@ -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() {