pub fn asset(path: &str) -> Option<Cow<'static, [u8]>>Expand description
One file of the embedded dashboard, ready to serve or write out.
The stylesheet is rewritten on the way past: Vite emits absolute
url(/head.png) references, and the dashboard is never at the site root —
it is under /admin/, or in a directory someone hosts wherever they like.