Comment out site configuration in nuxt.config.ts
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user