Comment out site configuration in nuxt.config.ts

This commit is contained in:
nurRiyad
2025-03-12 05:04:30 +06:00
parent c7101ea0e5
commit 2b878cc6b0

View File

@@ -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,