16 lines
622 B
JavaScript
16 lines
622 B
JavaScript
export default async function () {
|
|
return {
|
|
"siteName": "Cory Dransfeldt",
|
|
"siteDescription": "I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and 3 rescue dogs, technology, automation, music, writing, reading and tv and movies.",
|
|
"author": "Cory Dransfeldt",
|
|
"email": "hi@coryd.dev",
|
|
"url": "https://coryd.dev",
|
|
"themeColor": "#3b82f6",
|
|
"siteType": "Person",
|
|
"locale": "en_US",
|
|
"lang": "en",
|
|
"meta_data": {
|
|
"opengraph_default": "https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=500&h=500&fm=webp"
|
|
}
|
|
}
|
|
}
|