update routes

This commit is contained in:
SrGooglo 2023-03-14 19:51:28 +00:00
parent 2cc892e80d
commit ff2e29fe4c

View File

@ -1,7 +1,7 @@
export default [ export default [
{ {
path: "/login", path: "/login",
useLayout: "login", useLayout: "none",
public: true public: true
}, },
{ {
@ -43,5 +43,10 @@ export default [
path: "/music/creator", path: "/music/creator",
useLayout: "default", useLayout: "default",
centeredContent: true centeredContent: true
},
{
path: "/landing/*",
useLayout: "blank",
public: true
} }
] ]