Added Evil Angel channels with logos.

This commit is contained in:
DebaucheryLibrarian
2020-09-10 03:17:19 +02:00
parent d081b88af2
commit 0d4893b13c
115 changed files with 434 additions and 4 deletions

View File

@@ -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({