summary refs log tree commit diff
path: root/src/data/config.rs
diff options
context:
space:
mode:
authorAshelyn Rose <git@ashen.earth>2025-04-26 21:06:00 -0600
committerAshelyn Rose <git@ashen.earth>2025-04-26 21:06:00 -0600
commit2dacece4eedc8af2ccde3be6918371293350cc4e (patch)
tree81364da50cad615cd387f38d1abcc62102939033 /src/data/config.rs
parent619373a261ad18c51cd09bc61d116f585c8295ec (diff)
Convert to rocket and morgana no-leptos
Diffstat (limited to 'src/data/config.rs')
-rw-r--r--src/data/config.rs1
1 files changed, 0 insertions, 1 deletions
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<String>,
 }
 
-#[cfg(feature = "ssr")]
 impl Config {
     pub fn read_from_file() -> Result<Self, String> {
         let config_path = Self::get_location()?;