forked from DebaucheryLibrarian/traxxx
Updated tag page layout. Added shoot date property. Showing parent favicon on compact entity page. Re-added 'new' indicator on tile. Added Family Sinner to Mile High Media. Various fixes and improvements.
This commit is contained in:
@@ -3,7 +3,6 @@ import VueRouter from 'vue-router';
|
||||
|
||||
import Home from '../components/home/home.vue';
|
||||
import Release from '../components/releases/release.vue';
|
||||
import Site from '../components/sites/site.vue';
|
||||
import Entity from '../components/entities/entity.vue';
|
||||
import Networks from '../components/networks/networks.vue';
|
||||
import Actor from '../components/actors/actor.vue';
|
||||
@@ -71,7 +70,6 @@ const routes = [
|
||||
},
|
||||
{
|
||||
path: '/channel/:entitySlug',
|
||||
component: Site,
|
||||
redirect: from => ({
|
||||
name: 'channel',
|
||||
params: {
|
||||
|
||||
Reference in New Issue
Block a user