diff --git a/nuxt.config.ts b/nuxt.config.ts index 912f0cd..7fd3eaf 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -35,13 +35,13 @@ export default defineNuxtConfig({ // strictNuxtContentPaths: true, // }, - site: { - url: seoData.mySite, - identity: { - type: 'Person', - }, - twitter: seoData.twitterHandle, - }, + // site: { + // url: seoData.mySite, + // identity: { + // type: 'Person', + // }, + // twitter: seoData.twitterHandle, + // }, typescript: { strict: true,