mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
Ajout style
This commit is contained in:
@@ -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}`
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user