Remove about mobilizon page and add link to mobilizon.org
Remove all other refrences to mobilizon.org / test.mobilizon.org Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -66,12 +66,6 @@ const router = new Router({
|
||||
meta: { requiredAuth: false },
|
||||
redirect: { name: RouteName.ABOUT_INSTANCE },
|
||||
children: [
|
||||
{
|
||||
path: "mobilizon",
|
||||
name: RouteName.ABOUT_MOBILIZON,
|
||||
component: () =>
|
||||
import(/* webpackChunkName: "about" */ "@/views/About/AboutMobilizon.vue"),
|
||||
},
|
||||
{
|
||||
path: "instance",
|
||||
name: RouteName.ABOUT_INSTANCE,
|
||||
|
||||
Reference in New Issue
Block a user