Programmer-RD-AI
		
	commited on
		
		
					Commit 
							
							·
						
						1482bae
	
1
								Parent(s):
							
							10f43fe
								
update next config
Browse files- next.config.ts +1 -0
    	
        next.config.ts
    CHANGED
    
    | @@ -1,6 +1,7 @@ | |
| 1 | 
             
            import type { NextConfig } from 'next'
         | 
| 2 |  | 
| 3 | 
             
            const nextConfig: NextConfig = {
         | 
|  | |
| 4 | 
             
              devIndicators: false
         | 
| 5 | 
             
            }
         | 
| 6 |  | 
|  | |
| 1 | 
             
            import type { NextConfig } from 'next'
         | 
| 2 |  | 
| 3 | 
             
            const nextConfig: NextConfig = {
         | 
| 4 | 
            +
              output: 'standalone',
         | 
| 5 | 
             
              devIndicators: false
         | 
| 6 | 
             
            }
         | 
| 7 |  | 
