This commit is contained in:
2025-11-11 23:46:10 -08:00
parent d5067ff381
commit 6493476565
3 changed files with 3 additions and 5 deletions

View File

@@ -93,9 +93,7 @@ impl Default for Page {
fn default() -> Self {
Page {
meta: Default::default(),
html_ttl: Some(TimeDelta::seconds(60 * 60 * 24 * 30)),
//css_ttl: Duration::from_secs(60 * 60 * 24 * 30),
//generate_css: None,
html_ttl: Some(TimeDelta::days(1)),
generate_html: Box::new(|_, _| Box::pin(async { html!() })),
immutable: true,
}