export default [ { path: "/login", useLayout: "minimal", public: true }, { path: "/home/*", useLayout: "default", useTitle: "Home", }, { path: "/posts/*", useLayout: "default", useTitle: "Posts", }, { path: "/play/*", centeredContent: true, public: true, }, { path: "/post/*", useLayout: "default", public: true }, { path: "/live/*", useLayout: "default", public: true }, { path: "/featured-event/*", useLayout: "default", public: true }, { path: "/settings/*", useLayout: "default", centeredContent: { mobile: true, desktop: false, }, }, { path: "/security/*", useLayout: "default", centeredContent: true, }, { path: "/music/*", useLayout: "default", centeredContent: true, }, { path: "/landing/*", useLayout: "minimal", public: true, }, { path: "/nfc/*", useLayout: "minimal", public: true, }, { path: "/", useLayout: "default", centeredContent: { mobile: false, desktop: true, }, } ]