style + cfg: resolve breadcrumb titles by default and change arrow character
This commit is contained in:
		@@ -28,9 +28,9 @@ interface BreadcrumbOptions {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
const defaultOptions: BreadcrumbOptions = {
 | 
			
		||||
  spacerSymbol: ">",
 | 
			
		||||
  spacerSymbol: "❯",
 | 
			
		||||
  rootName: "Home",
 | 
			
		||||
  resolveFrontmatterTitle: false,
 | 
			
		||||
  resolveFrontmatterTitle: true,
 | 
			
		||||
  hideOnRoot: true,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user