mirror of
				https://github.com/owncast/owncast.git
				synced 2025-10-31 10:08:10 +08:00 
			
		
		
		
	 c05a20a460
			
		
	
	c05a20a460
	
	
	
		
			
			Instead of doing manual layout switching use the Nextjs nested layout support. Also add some additional lazy loading of components. This is to work on performance score re: #2167.
		
			
				
	
	
		
			12 lines
		
	
	
		
			230 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			230 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| # EditorConfig is awesome: https://EditorConfig.org
 | |
| 
 | |
| # top-most EditorConfig file
 | |
| root = true
 | |
| 
 | |
| [*]
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| end_of_line = lf
 | |
| charset = utf-8
 | |
| trim_trailing_whitespace = false
 | |
| insert_final_newline = false |