forked from sashaastiadi/www_mycelium_net
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			163 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/** @type {import('next').NextConfig} */
 | 
						|
const nextConfig = {
 | 
						|
    output: 'export',
 | 
						|
    images: {
 | 
						|
        unoptimized: true,
 | 
						|
    },
 | 
						|
}
 | 
						|
 | 
						|
module.exports = nextConfig
 |