Skip to content

Commit

Permalink
fix default serve location
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Aug 16, 2023
1 parent 8651a2c commit 0a36d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use serde::{Deserialize, Serialize};
use crate::cache::config_path;

fn default_assets_serve_location() -> String {
"public".to_string()
"public/".to_string()
}

/// The configuration for collecting assets
Expand Down

0 comments on commit 0a36d45

Please sign in to comment.