mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-03 15:10:19 +00:00
文章路由支持配置,完善自定义Notion字段配置
This commit is contained in:
@@ -164,7 +164,7 @@ function fixCopy(codeCopy) {
|
||||
*/
|
||||
const mapPageUrl = id => {
|
||||
// return 'https://www.notion.so/' + id.replace(/-/g, '')
|
||||
return '/article/' + id.replace(/-/g, '')
|
||||
return '/' + id.replace(/-/g, '')
|
||||
}
|
||||
|
||||
function getMediumZoomMargin() {
|
||||
|
||||
Reference in New Issue
Block a user