Fix oembed attachments.
This commit is contained in:
parent
2e874933a5
commit
eb7156de0d
3 changed files with 7 additions and 4 deletions
|
@ -44,7 +44,7 @@ const store = new Vuex.Store({
|
|||
})
|
||||
|
||||
const routes = [
|
||||
{ path: '/', redirect: '/main/all' },
|
||||
{ name: 'root', path: '/', redirect: '/main/all' },
|
||||
{ path: '/main/all', component: PublicAndExternalTimeline },
|
||||
{ path: '/main/public', component: PublicTimeline },
|
||||
{ path: '/main/friends', component: FriendsTimeline },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue