mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-10-27 13:39:03 +08:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			157 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			157 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | import type { NextConfig } from "next" | ||
|  | 
 | ||
|  | const nextConfig: NextConfig = { | ||
|  | 	images: { | ||
|  | 		unoptimized: true, | ||
|  | 	}, | ||
|  | 	output: "export", | ||
|  | } | ||
|  | 
 | ||
|  | export default nextConfig |