mirror of
				https://github.com/walkxcode/dashboard-icons.git
				synced 2025-11-03 18:18:56 +01: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
 |