diff options
Diffstat (limited to 'src/blog/mod.rs')
-rw-r--r-- | src/blog/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blog/mod.rs b/src/blog/mod.rs index b58750e..b301171 100644 --- a/src/blog/mod.rs +++ b/src/blog/mod.rs @@ -13,6 +13,7 @@ use std::{path::PathBuf, str::FromStr}; use tokio::fs::read_to_string; pub const ARTICLE_ROOT: &'static str = "./blog/articles"; +pub const ASSET_ROOT: &'static str = "./blog/assets"; #[get("/blog")] pub fn r_blog() -> Redirect { |