diff --git a/nuxt.config.ts b/nuxt.config.ts index a4316c6..95f9de8 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -226,11 +226,6 @@ export default defineNuxtConfig({ href: "/favicon.png", type: "image/png", }, - { - rel: "apple-touch-icon", - href: "/favicon.png", - type: "image/png", - }, ], htmlAttrs: { lang: "en-us" }, }, @@ -265,10 +260,6 @@ export default defineNuxtConfig({ }, runtimeConfig: { public: { - language: "en-US", - titleSeparator: "ยท", - siteName: "Versia", - trailingSlash: true, apiHost: "https://social.lysand.org", onionApiHost: undefined, },