server: add symlink to website

This commit is contained in:
nym21
2026-01-14 23:00:31 +01:00
parent 91a6129e8d
commit 96e0df110e
5 changed files with 5 additions and 134 deletions

View File

@@ -22,7 +22,7 @@ use tower_http::{compression::CompressionLayer, trace::TraceLayer};
use tracing::{error, info};
/// Embedded website assets
pub static EMBEDDED_WEBSITE: Dir = include_dir!("$CARGO_MANIFEST_DIR/../../website");
pub static EMBEDDED_WEBSITE: Dir = include_dir!("$CARGO_MANIFEST_DIR/website");
/// Source for serving the website
#[derive(Debug, Clone)]