aboutsummaryrefslogtreecommitdiff
path: root/src/config.ts
blob: a1b0c15d37c7ba6a7d8869157a00c3a3286e909e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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",
	},
};