9 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			195 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
const nextConfig = {
 | 
						|
  output: 'export',
 | 
						|
  trailingSlash: true,
 | 
						|
  env: {
 | 
						|
    NEXT_PUBLIC_API_URL: process.env.NEXT_PUBLIC_API_URL || 'https://api.litenet.tel',
 | 
						|
  },
 | 
						|
};
 | 
						|
 | 
						|
export default nextConfig; |