diff --git a/bun.lockb b/bun.lockb index 00c7cd9..dd1596a 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nuxt.config.ts b/nuxt.config.ts index f793f27..a58be2f 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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, diff --git a/package.json b/package.json index 7e08290..9f8be66 100644 --- a/package.json +++ b/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",