mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
use boards page for homepage for now
This commit is contained in:
parent
7b12a9fa80
commit
26e1a06658
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue