this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Auto-format code [skip ci]

+1 -5
-1
.ortfo/description.md
··· 27 27 28 28 :: fr 29 29 30 - 31 30 Mon site personnel, qui regroupe mes projets, mes articles et mes expériences. Vous êtes dessus en ce moment même! 32 31 33 32 [Code source](https://github.com/gwennlbh/portfolio)
+1 -4
src/pages/using/[tech].astro
··· 22 22 ); 23 23 if (!tech) return Astro.rewrite("/404"); 24 24 25 - const includedTechs = [ 26 - tech.id, 27 - ...(tech.data.includes ?? []), 28 - ]; 25 + const includedTechs = [tech.id, ...(tech.data.includes ?? [])]; 29 26 30 27 const works = await getCollection("works").then((works) => 31 28 works