mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
change routes
This commit is contained in:
parent
09067e456e
commit
ef658a8b64
@ -1,71 +1,72 @@
|
||||
export default [
|
||||
{
|
||||
path: "/auth",
|
||||
useLayout: "minimal",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/post/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/tv/live/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/featured-event/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/settings",
|
||||
useLayout: "default",
|
||||
centeredContent: {
|
||||
mobile: true,
|
||||
desktop: false,
|
||||
},
|
||||
mobileTopBarSpacer: true,
|
||||
},
|
||||
{
|
||||
path: "/music/*",
|
||||
useLayout: "default",
|
||||
centeredContent: true,
|
||||
},
|
||||
{
|
||||
path: "/nfc/*",
|
||||
useLayout: "minimal",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/privacy/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/terms/*",
|
||||
useLayout: "default",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/apr/*",
|
||||
useLayout: "minimal",
|
||||
public: true
|
||||
},
|
||||
{
|
||||
path: "/marketplace/*",
|
||||
useLayout: "default",
|
||||
centeredContent: true,
|
||||
extendedContent: true,
|
||||
},
|
||||
// THIS MUST BE THE LAST ROUTE
|
||||
{
|
||||
path: "/",
|
||||
useLayout: "default",
|
||||
centeredContent: {
|
||||
mobile: false,
|
||||
desktop: true,
|
||||
},
|
||||
},
|
||||
]
|
||||
{
|
||||
path: "/auth",
|
||||
useLayout: "minimal",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/post/*",
|
||||
useLayout: "default",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/tv/live/*",
|
||||
useLayout: "default",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/featured-event/*",
|
||||
useLayout: "default",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/settings",
|
||||
useLayout: "default",
|
||||
centeredContent: {
|
||||
mobile: true,
|
||||
desktop: false,
|
||||
},
|
||||
mobileTopBarSpacer: true,
|
||||
},
|
||||
{
|
||||
path: "/music/*",
|
||||
useLayout: "default",
|
||||
centeredContent: true,
|
||||
},
|
||||
{
|
||||
path: "/nfc/*",
|
||||
useLayout: "minimal",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/privacy/*",
|
||||
useLayout: "default",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/terms/*",
|
||||
useLayout: "default",
|
||||
public: true,
|
||||
},
|
||||
{
|
||||
path: "/recover/*",
|
||||
useLayout: "minimal",
|
||||
public: true,
|
||||
},
|
||||
|
||||
{
|
||||
path: "/marketplace/*",
|
||||
useLayout: "default",
|
||||
centeredContent: true,
|
||||
extendedContent: true,
|
||||
},
|
||||
// THIS MUST BE THE LAST ROUTE
|
||||
{
|
||||
path: "/",
|
||||
useLayout: "default",
|
||||
centeredContent: {
|
||||
mobile: false,
|
||||
desktop: true,
|
||||
},
|
||||
},
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user