(doc: &perro_website_lib::docs::DocPage)
| 354 | |
| 355 | ( |
| 356 | [( |
| 357 | axum::http::header::CONTENT_TYPE, |
| 358 | "application/xml; charset=utf-8", |
| 359 | )], |
| 360 | xml, |
| 361 | ) |
| 362 | } |
| 363 | |
| 364 | #[cfg(feature = "ssr")] |
| 365 | struct SitemapUrl { |
| 366 | path: String, |
| 367 | changefreq: &'static str, |