use pagetop_build::StaticFilesBundle; fn main() -> std::io::Result<()> { StaticFilesBundle::from_dir("./static/base") .with_name("base") .build() }