Skip to content

Commit

Permalink
Lowercase config.mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 14, 2022
1 parent e4bab1f commit 18c6231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/config/src/config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use utils::slugs::slugify_paths;
static DEFAULT_BASE_URL: &str = "http://a-website.com";

#[derive(Copy, Clone, Debug, PartialEq, Eq, Serialize, Deserialize)]
#[serde(rename_all = "lowercase")]
pub enum Mode {
Build,
Serve,
Expand Down

0 comments on commit 18c6231

Please sign in to comment.