refactor: 🔥 Remove useless parts of config

This commit is contained in:
Jesse Wierzbinski 2024-11-05 17:05:56 +01:00
parent 3bdc5c4c37
commit 0f6e87c275
No known key found for this signature in database

View file

@ -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,
},