From 2dacece4eedc8af2ccde3be6918371293350cc4e Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Sat, 26 Apr 2025 21:06:00 -0600 Subject: Convert to rocket and morgana --- src/data/config.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/data/config.rs') diff --git a/src/data/config.rs b/src/data/config.rs index 11e10cc..34ec958 100644 --- a/src/data/config.rs +++ b/src/data/config.rs @@ -20,7 +20,6 @@ pub struct Config { pub footer_copyright: Option, } -#[cfg(feature = "ssr")] impl Config { pub fn read_from_file() -> Result { let config_path = Self::get_location()?; -- cgit 1.4.1