mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
refactor: 🔥 Remove @nuxtjs/seo
This commit is contained in:
parent
76e5f4e9aa
commit
56366b87ba
3 changed files with 6 additions and 21 deletions
|
|
@ -1,7 +1,6 @@
|
|||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
"@nuxtjs/seo",
|
||||
"@nuxtjs/tailwindcss",
|
||||
"@vueuse/nuxt",
|
||||
"nuxt-headlessui",
|
||||
|
|
@ -255,15 +254,6 @@ export default defineNuxtConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
schemaOrg: {
|
||||
enabled: false,
|
||||
},
|
||||
ogImage: {
|
||||
enabled: false,
|
||||
},
|
||||
robots: {
|
||||
blockNonSeoBots: true,
|
||||
},
|
||||
veeValidate: {
|
||||
autoImports: true,
|
||||
componentNames: {
|
||||
|
|
@ -291,9 +281,6 @@ export default defineNuxtConfig({
|
|||
},
|
||||
],
|
||||
},
|
||||
site: {
|
||||
url: "https://social.lysand.org",
|
||||
},
|
||||
devtools: {
|
||||
enabled: false,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue