mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
@@ -74,7 +74,7 @@ export class DocBacklinks extends Entity {
|
||||
'markdownPreview',
|
||||
],
|
||||
pagination: {
|
||||
limit: 5, // the max number of backlinks to show for each doc
|
||||
limit: BUILD_CONFIG.isElectron ? 100 : 5, // the max number of backlinks to show for each doc
|
||||
},
|
||||
},
|
||||
pagination: {
|
||||
|
||||
Reference in New Issue
Block a user