parent
e9d9ac4d9a
commit
a9f758cd9b
8 changed files with 45 additions and 48 deletions
|
@ -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};
|
||||
|
|
|
@ -223,6 +223,8 @@ impl WebsiteArchive {
|
|||
cmd.push(&url);
|
||||
|
||||
run_command(&cmd);
|
||||
|
||||
index_path(&self.get_domain(domain), path).await;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue