Ajout style

This commit is contained in:
Sonny
2022-01-07 17:09:12 +01:00
parent 816c8980e1
commit 877b3d3806
9 changed files with 187 additions and 56 deletions

View File

@@ -43,7 +43,8 @@ export async function getStaticProps(context) {
links.push({
id: y,
name: 'Lien #' + (y + 1),
category: i
category: i,
link: `https://google.com/search?q=${y}`
});
}