mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
refactor: 🔥 Remove useless parts of config
This commit is contained in:
parent
3bdc5c4c37
commit
0f6e87c275
|
|
@ -226,11 +226,6 @@ export default defineNuxtConfig({
|
||||||
href: "/favicon.png",
|
href: "/favicon.png",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
rel: "apple-touch-icon",
|
|
||||||
href: "/favicon.png",
|
|
||||||
type: "image/png",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
htmlAttrs: { lang: "en-us" },
|
htmlAttrs: { lang: "en-us" },
|
||||||
},
|
},
|
||||||
|
|
@ -265,10 +260,6 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
public: {
|
public: {
|
||||||
language: "en-US",
|
|
||||||
titleSeparator: "·",
|
|
||||||
siteName: "Versia",
|
|
||||||
trailingSlash: true,
|
|
||||||
apiHost: "https://social.lysand.org",
|
apiHost: "https://social.lysand.org",
|
||||||
onionApiHost: undefined,
|
onionApiHost: undefined,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue