Fix up sub-page trailing slash
This commit is contained in:
parent
94614b09d7
commit
c4775cecf4
1 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,9 @@ const routes = [
|
|||
exact: true
|
||||
}, {
|
||||
title: 'About',
|
||||
path: '/about',
|
||||
comp: About
|
||||
path: '/about/',
|
||||
comp: About,
|
||||
exact: true
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue