⬆️ based
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
JMARyA 2025-02-18 19:16:52 +01:00
parent e9d9ac4d9a
commit a9f758cd9b
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 45 additions and 48 deletions

View file

@ -1,6 +1,6 @@
use std::{io::Read, path::PathBuf};
use based::{request::RequestContext, ui::components::Shell};
use based::{request::RequestContext, ui::components::prelude::Shell};
use maud::html;
use crate::{blacklist::check_blacklist, conf::get_config, render_page};

View file

@ -223,6 +223,8 @@ impl WebsiteArchive {
cmd.push(&url);
run_command(&cmd);
index_path(&self.get_domain(domain), path).await;
}
}