update auth route

This commit is contained in:
SrGooglo 2024-02-19 18:57:45 +00:00
parent 768630b7f7
commit b45091ce6d
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ export default {
privacy: "/privacy", privacy: "/privacy",
}, },
legal: { legal: {
terms: "https://storage.ragestudio.net/rstudio/legal_docs/comty/terms/latest.md", //terms: "https://storage.ragestudio.net/rstudio/legal_docs/comty/terms/latest.md",
privacy: "https://storage.ragestudio.net/rstudio/legal_docs/comty/privacy/latest.md", privacy: "https://storage.ragestudio.net/rstudio/legal_docs/comty/privacy/latest.md",
}, },
footerLinks: [ footerLinks: [
@ -50,7 +50,7 @@ export default {
siteName: "Comty™", siteName: "Comty™",
siteDescription: "Comty, a prototype of social network.", siteDescription: "Comty, a prototype of social network.",
mainPath: "/", mainPath: "/",
authPath: "/login", authPath: "/auth",
copyright: "Comty - RageStudio© 2023", copyright: "Comty - RageStudio© 2023",
}, },
i18n: { i18n: {

View File

@ -1,6 +1,6 @@
export default [ export default [
{ {
path: "/login", path: "/auth",
useLayout: "minimal", useLayout: "minimal",
public: true public: true
}, },