feat: upadte cache-busted

This commit is contained in:
realaravinth
2022-05-07 12:28:37 +05:30
parent fdf94f1f06
commit abe494b6e5
2 changed files with 0 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ fn cache_bust() {
let config = BusterBuilder::default()
.source("./static/cache/")
.result("./assets")
.copy(true)
.no_hash(no_hash)
.follow_links(true)
.build()