mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
refactor: 🔥 Remove @nuxtjs/seo
This commit is contained in:
parent
76e5f4e9aa
commit
56366b87ba
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
14
package.json
14
package.json
|
|
@ -58,18 +58,16 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^1.9.4",
|
||||
"@nuxtjs/seo": "^2.0.0-rc.23",
|
||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"@vue-email/nuxt": "^0.8.19",
|
||||
"typescript": "^5.6.3",
|
||||
"vue-tsc": "^2.1.10",
|
||||
"@iconify-json/fluent-emoji": "^1.2.1",
|
||||
"@iconify-json/fluent-emoji-flat": "^1.2.1",
|
||||
"@iconify-json/noto": "^1.2.1",
|
||||
"@iconify-json/twemoji": "^1.2.1",
|
||||
"@iconify/utils": "^2.1.33"
|
||||
"@iconify/utils": "^2.1.33",
|
||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
"@types/html-to-text": "^9.0.4",
|
||||
"typescript": "^5.6.3",
|
||||
"vue-tsc": "^2.1.10"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@biomejs/biome",
|
||||
|
|
|
|||
Loading…
Reference in a new issue