rearranged static files

This commit is contained in:
realaravinth
2021-05-29 12:22:31 +05:30
parent 417e008c27
commit c873d152c3
83 changed files with 49 additions and 44 deletions

View File

@@ -47,8 +47,8 @@ fn cache_bust() {
];
let config = BusterBuilder::default()
.source("./static-assets")
.result("./static")
.source("./static/cache")
.result("./assets")
.mime_types(types)
.copy(true)
.follow_links(true)