···285285 })
286286 .collect::<Vec<PathBuf>>(),
287287 })],
288288- );
288288+ )?;
289289290290- let _result = bundler.write().await.unwrap();
290290+ let _result = bundler.write().await?;
291291292292 // TODO: Add outputted chunks to build_metadata
293293 }
+1-1
website/src/routes/index.rs
···2626 let features = [
2727 ("Performant", "Generate a site with thousands of pages in seconds 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 and Sass."),
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."),
3131 ("Ecosystem-ready", "Maudit utilize <a class=\"underline\" href=\"https://rolldown.rs\">Rolldown</a>, a fast bundler for JavaScript and CSS, enabling the usage of TypeScript and the npm ecosystem."),
3232 ("Bring your templates", "Use your preferred templating engine to craft your website's pages. If it can return a String, Maudit supports it."),