···1919 title: "Projects",
2020 description:
2121 "Here are my most interesting projects. Click through to get more details!",
2222+ additionalProjectsTitle: "...and more to come!",
2323+ additionalProjectsDescription:
2424+ "I'll keep adding the best of my projects as I get building",
2225 },
2323- projects: [
2424- {
2525- id: "karr",
2626- name: "Karr",
2727- description: "Federated carpool platform for businesses",
2828- },
2929- {
3030- id: "blog",
3131- name: "Technical Blog",
3232- description:
3333- "Technical blog where I write articles about technology",
3434- },
3535- ],
3626};
3727---
3828
+3
src/pages/fr/index.astro
···2020 title: "Projets",
2121 description:
2222 "Voici mes projets les plus intéressants. Cliquez pour en savoir plus !",
2323+ additionalProjectsTitle: "...et encore plus de projets à venir!",
2424+ additionalProjectsDescription:
2525+ "Je continuerai à ajouter mes meilleurs projets.",
2326 },
2427};
2528---