yewstack / yew-trunk-minimal-template

Template for starting a Yew project using Trunk
Apache License 2.0
89 stars 33 forks source link

fix: add required body element #19

Open ctron opened 1 day ago

ctron commented 1 day ago

Trunk 0.21.x requires either a link or body element: https://github.com/trunk-rs/trunk/blob/main/src/pipelines/rust/output.rs#L99-L104

This adds an empty body, which shouldn't hurt in any case.