# This is the 1st commit message: fix: redirects + update root cdn url # This is the commit message #2: chore: workflow # This is the commit message #3: chore: naming
16 lines
506 B
JavaScript
16 lines
506 B
JavaScript
export default async function () {
|
|
return {
|
|
"siteName": "Cory Dransfeldt",
|
|
"siteDescription": "I'm a software developer in Camarillo, California. I write about software development, technology and music.",
|
|
"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://cdn.coryd.dev/assets/avatar.png"
|
|
}
|
|
}
|
|
}
|