static dir renamed and cookie auth middleware

This commit is contained in:
realaravinth
2021-05-01 11:28:39 +05:30
parent c96f890236
commit 7058af84d6
72 changed files with 270 additions and 57 deletions

View File

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