chore: change links schema

Changed files
+5 -14
+5 -14
blog.config.ts
···
content: "@User038418@mamot.fr"
}
],
-
links: [
-
{
-
name: "bluesky",
-
url: "https://bluesky.app/profile/finxol.io"
-
},
-
{
-
name: "github",
-
url: "https://github.com/finxol"
-
},
-
{
-
name: "mastodon",
-
url: "https://mas.to/@finxol"
-
}
-
]
+
links: {
+
bluesky: "https://bluesky.app/profile/finxol.io",
+
github: "https://github.com/finxol",
+
mastodon: "https://mas.to/@finxol"
+
}
});