Comment out site configuration in nuxt.config.ts
This commit is contained in:
@@ -35,13 +35,13 @@ export default defineNuxtConfig({
|
|||||||
// strictNuxtContentPaths: true,
|
// strictNuxtContentPaths: true,
|
||||||
// },
|
// },
|
||||||
|
|
||||||
site: {
|
// site: {
|
||||||
url: seoData.mySite,
|
// url: seoData.mySite,
|
||||||
identity: {
|
// identity: {
|
||||||
type: 'Person',
|
// type: 'Person',
|
||||||
},
|
// },
|
||||||
twitter: seoData.twitterHandle,
|
// twitter: seoData.twitterHandle,
|
||||||
},
|
// },
|
||||||
|
|
||||||
typescript: {
|
typescript: {
|
||||||
strict: true,
|
strict: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user