mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
update routes
This commit is contained in:
parent
2cc892e80d
commit
ff2e29fe4c
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
x
Reference in New Issue
Block a user