UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8ec7edea authored by daniel.cushman's avatar daniel.cushman
Browse files

BULL-620

parent 115b6815
No related branches found
No related tags found
No related merge requests found
......@@ -228,12 +228,12 @@ const routes = [
{ path: "/cnap", redirect: "/products/cnap" },
{
path: "/products/cnap",
name: "cnap",
component: () => import(/* webpackChunkName: "cnap" */ "@/views/cnap.vue"),
name: "CNAP",
component: () => import(/* webpackChunkName: "CNAP" */ "@/views/CNAP.vue"),
meta: {
title: "Platform One | Products | cnap",
bodyClass: "cnap-page",
breadcrumb: "cnap",
title: "Platform One | Products | CNAP",
bodyClass: "CNAP-page",
breadcrumb: "CNAP",
},
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment