mirror of
				https://github.com/jackyzha0/quartz.git
				synced 2025-10-31 07:07:40 +01:00 
			
		
		
		
	fix: coerce title to string
This commit is contained in:
		
							parent
							
								
									697bffdb8b
								
							
						
					
					
						commit
						d22c3c107a
					
				| @ -37,6 +37,11 @@ export const FrontMatter: QuartzTransformerPlugin<Partial<Options> | undefined> | |||||||
|               data.tags = data.tag |               data.tags = data.tag | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|  |             // coerce title to string
 | ||||||
|  |             if (data.title) { | ||||||
|  |               data.title = data.title.toString() | ||||||
|  |             } | ||||||
|  | 
 | ||||||
|             if (data.tags && !Array.isArray(data.tags)) { |             if (data.tags && !Array.isArray(data.tags)) { | ||||||
|               data.tags = data.tags |               data.tags = data.tags | ||||||
|                 .toString() |                 .toString() | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jacky Zhao
						Jacky Zhao