chore: clean up data files

This commit is contained in:
Cory Dransfeldt 2024-05-05 14:31:07 -07:00
parent 77e6fe27e3
commit cce53c2656
No known key found for this signature in database
15 changed files with 98 additions and 129 deletions

View file

@ -1,8 +1,16 @@
import { createRequire } from 'module'
const require = createRequire(import.meta.url)
const metaData = require('./json/meta.json')
export default async function () {
return metaData
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"
}
}
}