11 lines
239 B
TypeScript
11 lines
239 B
TypeScript
|
|
export const config = {
|
||
|
|
author: {
|
||
|
|
name: "Valentin Popov",
|
||
|
|
url: "https://popov.link/",
|
||
|
|
sameAs: ["https://www.linkedin.com/in/valentineus/", "https://github.com/valentineus"],
|
||
|
|
},
|
||
|
|
posts: {
|
||
|
|
defaultImage: "/images/photo.png",
|
||
|
|
},
|
||
|
|
};
|