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:
Thomas Citharel
2020-10-26 11:38:45 +01:00
parent 5e64276a78
commit 47f14754e0
27 changed files with 35 additions and 299 deletions

View File

@@ -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,

View File

@@ -9,7 +9,6 @@ import { UserRouteName } from "./user";
enum GlobalRouteName {
HOME = "Home",
ABOUT = "About",
ABOUT_MOBILIZON = "ABOUT_MOBILIZON",
ABOUT_INSTANCE = "ABOUT_INSTANCE",
PAGE_NOT_FOUND = "PageNotFound",
SEARCH = "Search",