Copy files to root on initial build

This commit is contained in:
Zoey 2021-08-19 14:09:13 -07:00
parent 311a6b40d5
commit ef470c7fdd
3 changed files with 12 additions and 1 deletions

View file

@ -18,6 +18,7 @@ const PAGES_PATH: &str = "pages";
const TEMPLATES_PATH: &str = "templates";
const STATIC_PATH: &str = "static";
const SASS_PATH: &str = "sass";
const ROOT_PATH: &str = "root";
/// Struct for the site's configuration.
#[derive(Debug, Deserialize)]