mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 05:37:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export default async function Head() {
 | |
| 	return (
 | |
| 		<>
 | |
| 			<meta name="viewport" content="width=device-width, initial-scale=1" />
 | |
| 		</>
 | |
| 	);
 | |
| }
 | 
