* feat(favicon): add plugin to expose favicon from icon.png * chore(favicon): clean up formatting and remove unnecessary line breaks
		
			
				
	
	
		
			13 lines
		
	
	
		
			501 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			501 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export { ContentPage } from "./contentPage"
 | 
						|
export { TagPage } from "./tagPage"
 | 
						|
export { FolderPage } from "./folderPage"
 | 
						|
export { ContentIndex as ContentIndex } from "./contentIndex"
 | 
						|
export { AliasRedirects } from "./aliases"
 | 
						|
export { Assets } from "./assets"
 | 
						|
export { Static } from "./static"
 | 
						|
export { Favicon } from "./favicon"
 | 
						|
export { ComponentResources } from "./componentResources"
 | 
						|
export { NotFoundPage } from "./404"
 | 
						|
export { CNAME } from "./cname"
 | 
						|
export { CustomOgImages } from "./ogImage"
 |