1import { defineBlogConfig } from "./globals";
2
3export default defineBlogConfig({
4 site: "https://finxol.io",
5 title: "finxol's blog",
6 author: "finxol",
7 authorDid: "did:plc:hpmpe3pzpdtxbmvhlwrevhju",
8 meta: [
9 {
10 name: "description",
11 content: "finxol's blog"
12 },
13 {
14 name: "fediverse:creator",
15 content: "@finxol@mas.to"
16 },
17 {
18 name: "fediverse:creator",
19 content: "@User038418@mamot.fr"
20 }
21 ],
22 links: {
23 bluesky: "https://bsky.app/profile/finxol.io",
24 github: "https://github.com/finxol"
25 }
26});