Added Evil Angel channels with logos.
This commit is contained in:
@@ -179,9 +179,16 @@ const routes = [
|
||||
name: 'stats',
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
path: '/not-found',
|
||||
name: 'not-found',
|
||||
component: NotFound,
|
||||
},
|
||||
{
|
||||
path: '*',
|
||||
redirect: {
|
||||
name: 'not-found',
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
const router = new VueRouter({
|
||||
|
||||
Reference in New Issue
Block a user