Builds single-section view

This commit is contained in:
Alicia Sykes
2021-10-15 21:49:34 +01:00
parent ff47cd237e
commit 9270b85203
3 changed files with 51 additions and 3 deletions

View File

@@ -84,6 +84,12 @@ const router = new Router({
component: Home,
meta: makeMetaTags('Home Page'),
},
{ // View only single section
path: `${routePaths.home}/:section`,
name: 'home-section',
component: Home,
meta: makeMetaTags('Home Page'),
},
{ // Workspace view page
path: routePaths.workspace,
name: 'workspace',