File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ url: https://nitin27may.github.io/clean-architecture-docker-dotnet-angular
77# Version information
88version : " 2.1.0"
99last_updated : " 2023-06-15"
10+ build_timestamp : <%= Time.now.to_i %>
11+
12+ # Cache busting settings
13+ cache_bust : true
14+ asset_version_query : <%= Time.now.to_i %>
1015
1116# Enable search
1217search_enabled : true
@@ -78,3 +83,19 @@ enable_copy_code_button: true
7883# Google Analytics tracking
7984ga_tracking : G-BJBJ6TYVWF
8085ga_tracking_anonymize_ip : true
86+
87+ # Force browser to reload CSS and JS
88+ assets :
89+ source_maps : true
90+ destination : " /assets"
91+ compression : true
92+ gzip : false
93+ defaults :
94+ integrity :
95+ {css,js}: true
96+ caching :
97+ enabled : true
98+ path : " .jekyll-cache/assets"
99+ type : file
100+ # Apply cache busting to assets
101+ cache_bust_strategy : hard
You can’t perform that action at this time.
0 commit comments