style + cfg: resolve breadcrumb titles by default and change arrow character
This commit is contained in:
		
							parent
							
								
									bc02791734
								
							
						
					
					
						commit
						275bea3051
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28,9 +28,9 @@ interface BreadcrumbOptions {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const defaultOptions: BreadcrumbOptions = {
 | 
					const defaultOptions: BreadcrumbOptions = {
 | 
				
			||||||
  spacerSymbol: ">",
 | 
					  spacerSymbol: "❯",
 | 
				
			||||||
  rootName: "Home",
 | 
					  rootName: "Home",
 | 
				
			||||||
  resolveFrontmatterTitle: false,
 | 
					  resolveFrontmatterTitle: true,
 | 
				
			||||||
  hideOnRoot: true,
 | 
					  hideOnRoot: true,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue