|  | @@ -46,8 +46,7 @@ export default {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if (node.images && node.images.length) {
 | 
	
		
			
				|  |  | -          const { url, alt, id } = node.images[0]
 | 
	
		
			
				|  |  | -          node.image = { alt, id, url: url.replace('api', 'api/sites/default/files') }
 | 
	
		
			
				|  |  | +          node.image = node.images[0]
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          if ('creations' in node) {
 |