Fix up sub-page trailing slash

This commit is contained in:
Jinksi 2017-07-05 18:58:46 +10:00
parent 94614b09d7
commit c4775cecf4

View file

@ -20,8 +20,9 @@ const routes = [
exact: true
}, {
title: 'About',
path: '/about',
comp: About
path: '/about/',
comp: About,
exact: true
}
]