From 0f6e87c2759c1795d4aabb93057c840da3607f64 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Tue, 5 Nov 2024 17:05:56 +0100 Subject: [PATCH] refactor: :fire: Remove useless parts of config --- nuxt.config.ts | 9 --------- 1 file changed, 9 deletions(-) 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, },