email file + img

This commit is contained in:
Nico 2023-02-17 19:10:55 +01:00
parent a39e858d03
commit f99de465d7
7 changed files with 97 additions and 14 deletions

View file

@ -18,7 +18,7 @@ export default {
// { text: "B3", link: "/dev/B3/" }
// ]
},
// { text: "Design", link: "/design/", activeMatch: "/design/" },
{ text: "Design", link: "/design/", activeMatch: "/design/" },
{ text: "À propos", link: "/a-propos", activeMatch: "/a-propos" },
],
sidebar: {
@ -127,8 +127,8 @@ export default {
{
text: "Design",
items: [
{ text: "Index", link: "/design/" },
{ text: "Introduction", link: "/design/introduction" },
{ text: "Introduction", link: "/design/" },
{ text: "Emails", link: "/design/emails/" },
],
},
],