mirror of
				https://github.com/privacyguides/privacyguides.org.git
				synced 2025-11-04 05:17:57 +00:00 
			
		
		
		
	Enable asset optimization (#2061)
This commit is contained in:
		
							
								
								
									
										1
									
								
								Brewfile.netlify
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								Brewfile.netlify
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
brew "pngquant"
 | 
			
		||||
@@ -66,11 +66,11 @@ plugins:
 | 
			
		||||
  macros: {}
 | 
			
		||||
  meta: {}
 | 
			
		||||
  git-committers:
 | 
			
		||||
    enabled: !ENV [PRODUCTION, false]
 | 
			
		||||
    enabled: !ENV [NETLIFY, false]
 | 
			
		||||
    repository: privacyguides/privacyguides.org
 | 
			
		||||
    branch: main
 | 
			
		||||
  git-revision-date-localized:
 | 
			
		||||
    enabled: !ENV [PRODUCTION, false]
 | 
			
		||||
    enabled: !ENV [NETLIFY, false]
 | 
			
		||||
    exclude:
 | 
			
		||||
      - index.md
 | 
			
		||||
    fallback_to_build_date: true
 | 
			
		||||
@@ -78,6 +78,8 @@ plugins:
 | 
			
		||||
    external_assets_exclude:
 | 
			
		||||
      - cdn.jsdelivr.net/npm/mathjax@3/*
 | 
			
		||||
      - api.privacyguides.net/*
 | 
			
		||||
  optimize:
 | 
			
		||||
    enabled: !ENV [NETLIFY, false]
 | 
			
		||||
 | 
			
		||||
markdown_extensions:
 | 
			
		||||
  admonition: {}
 | 
			
		||||
 
 | 
			
		||||
@@ -2,9 +2,6 @@
 | 
			
		||||
    publish = "site/"
 | 
			
		||||
    command = "mkdocs build --config-file config/mkdocs.en.yml && mkdocs build --config-file config/mkdocs.he.yml && mkdocs build --config-file config/mkdocs.fr.yml && mkdocs build --config-file config/mkdocs.nl.yml && mv _redirects site/"
 | 
			
		||||
 | 
			
		||||
[context.production.environment]
 | 
			
		||||
    PRODUCTION = "true"
 | 
			
		||||
 | 
			
		||||
[[headers]]
 | 
			
		||||
  for = "/*"
 | 
			
		||||
  [headers.values]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user