mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
Apply suggestions from code review
This commit is contained in:
parent
528ea07b18
commit
987077f625
@ -9,7 +9,7 @@ interface BacklinksOptions {
|
||||
}
|
||||
|
||||
const defaultOptions: BacklinksOptions = {
|
||||
hideWhenEmpty: false,
|
||||
hideWhenEmpty: true,
|
||||
}
|
||||
|
||||
export default ((opts?: Partial<BacklinksOptions>) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user