···11+---
22+maudit: patch
33+---
44+55+Refactored syntax highlighting into a `highlight_code` function that can be used independently of Markdown rendering
···11+---
22+maudit: patch
33+---
44+55+Assets' `url` method now always return `String` instead of `Option<String>`
+5
.sampo/changesets/stern-runesmith-aurelien.md
···11+---
22+maudit: patch
33+---
44+55+Update Rolldown version
+5
.sampo/changesets/sullen-witch-ahti.md
···11+---
22+maudit: patch
33+---
44+55+Improve performance when building many pages, especially when the pages are lightweight
+1-1
website/src/routes/index.rs
···2424impl Route for Index {
2525 fn render(&self, ctx: &mut PageContext) -> impl Into<RenderResult> {
2626 let features = [
2727- ("Performant", "Generate a site with thousands of pages in seconds using minimal resources."),
2727+ ("Performant", "Generate a site with thousands of pages in less than a second using minimal resources."),
2828 ("Content", "Bring your content to life with built-in support for Markdown, custom components, syntax highlighting, and more."),
2929 ("Style your way", "Style with plain CSS, or opt for frameworks and preprocessors such as Tailwind."),
3030 ("Powerful routing", "Flexible and powerful routing system allows you to create complex sites with ease."),