Fixing the Router for the exmaple.

This commit is contained in:
2025-09-25 11:37:36 -04:00
parent 655dc8e90f
commit 54dc751dca

View File

@ -103,13 +103,11 @@ pub enum Page
#[route("/")]
Home {},
// #[nest("/blog")]
#[child("/blog")]
Bard
{
child: bard::Page
},
// #[end_nest]
#[route("/:..route")]
PageNotFound { route: Vec<String> }