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