Skip to content

Commit

Permalink
fix: fixed perseus new
Browse files Browse the repository at this point in the history
  • Loading branch information
arctic-hen7 committed Jan 1, 2023
1 parent 76e2122 commit 659b911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/perseus-cli/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ fn head(cx: Scope) -> View<SsrNode> {
}
pub fn get_template<G: Html>() -> Template<G> {
Template::build("index").template(index_page).head(head)
Template::build("index").view(index_page).head(head).build()
}"#;

0 comments on commit 659b911

Please sign in to comment.