mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-27 08:14:30 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			218 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [build]
 | |
| publish = "docs/site/"
 | |
| command = """
 | |
| pip3 install mkdocs-material &&
 | |
| cd docs &&
 | |
| mkdocs build
 | |
| """
 | |
| 
 | |
| [[headers]]
 | |
|   for = "/*"
 | |
|   [headers.values]
 | |
|     X-Frame-Options = "DENY"
 | |
|     X-XSS-Protection = "1; mode=block"
 |