Added a little more debug output.
This commit is contained in:
@ -323,6 +323,7 @@ pub fn BlogPost(slug: String, children: Element) -> Element
|
||||
rsx!
|
||||
{
|
||||
p { "Unable to show desired post." }
|
||||
p { "Trying to get: {slug}" }
|
||||
p { "{e}" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user