use boards page for homepage for now

This commit is contained in:
gamebrary 2021-07-28 12:09:10 -07:00
parent 7b12a9fa80
commit 26e1a06658

View file

@ -159,7 +159,7 @@ export default new Router({
{ {
name: 'home', name: 'home',
path: '/', path: '/',
component: HomePage, component: BoardsPage,
meta: { meta: {
title: 'Home', title: 'Home',
public: true, public: true,