add missing text/css content type
This commit is contained in:
		
							parent
							
								
									39a6155bdc
								
							
						
					
					
						commit
						cf29293fd6
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -95,6 +95,7 @@ fn guess_content_type(extension: &str) -> Option<&'static str> {
 | 
			
		|||
    match extension {
 | 
			
		||||
        "html" => Some("text/html"),
 | 
			
		||||
        "js" => Some("text/javascript"),
 | 
			
		||||
        "css" => Some("text/css"),
 | 
			
		||||
        "woff" => Some("font/woff2"),
 | 
			
		||||
        "svg" => Some("image/svg+xml"),
 | 
			
		||||
        "atom" => Some("application/atom+xml"),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue