Project anpassungen

This commit is contained in:
Malte Schröder
2025-12-18 16:01:31 +01:00
parent b76a2cdbad
commit 09cdb806d3

View File

@@ -21,7 +21,7 @@ fn get_all_projects() -> Vec<Project> {
description: "Meine persönliche Website kommplett mit Rust und Yew Programmiert, alle Links zu Kanälen etc.".into(), description: "Meine persönliche Website kommplett mit Rust und Yew Programmiert, alle Links zu Kanälen etc.".into(),
image_url: "/assets/malxte_de.png".into(), image_url: "/assets/malxte_de.png".into(),
download_url: "#".into(), download_url: "#".into(),
code_url: "https://github.com/malxte/bytemalte_de".into(), code_url: "https://gitea.malxte.de/Bytemalte/malxte_de".into(),
}, },
Project { Project {
id: 2, id: 2,