feat: make og images an emitter to properly await image generation (#1826)
* checkpoint * make emitters async generators * fix * custom font spec * replace spinner, use disk cache for fonts * use readline instead * make og images look nice
This commit is contained in:
		@@ -102,7 +102,7 @@ export default ((opts?: Partial<BreadcrumbOptions>) => {
 | 
			
		||||
 | 
			
		||||
        // Add current slug to full path
 | 
			
		||||
        currentPath = joinSegments(currentPath, slugParts[i])
 | 
			
		||||
        const includeTrailingSlash = !isTagPath || i < 1
 | 
			
		||||
        const includeTrailingSlash = !isTagPath || i < slugParts.length - 1
 | 
			
		||||
 | 
			
		||||
        // Format and add current crumb
 | 
			
		||||
        const crumb = formatCrumb(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user