mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
update routes
This commit is contained in:
parent
2cc892e80d
commit
ff2e29fe4c
@ -1,7 +1,7 @@
|
||||
export default [
|
||||
{
|
||||
path: "/login",
|
||||
useLayout: "login",
|
||||
useLayout: "none",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
@ -43,5 +43,10 @@ export default [
|
||||
path: "/music/creator",
|
||||
useLayout: "default",
|
||||
centeredContent: true
|
||||
},
|
||||
{
|
||||
path: "/landing/*",
|
||||
useLayout: "blank",
|
||||
public: true
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user