Skip to content

Commit cbc74b6

Browse files
committed
fix: fixed .base example
1 parent 36b3792 commit cbc74b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/.base/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ use perseus::prelude::*;
66
pub fn main<G: Html>() -> PerseusApp<G> {
77
PerseusApp::new()
88
.template(crate::templates::index::get_template())
9-
.error_pages(ErrorViews::unlocalized_development_default())
9+
.error_views(ErrorViews::unlocalized_development_default())
1010
}

0 commit comments

Comments
 (0)