FIX: trailing slashes
Fix trailing slashes for links
This commit is contained in:
parent
4726749456
commit
9930b39578
4 changed files with 11 additions and 11 deletions
|
@ -35,23 +35,23 @@ const nav = [
|
|||
label: 'Home',
|
||||
'aria-label': 'Link dieser Seite: Home'
|
||||
}, {
|
||||
to: `/booking`,
|
||||
to: `/booking/`,
|
||||
label: 'Projektbuchung',
|
||||
'aria-label': 'Link dieser Seite: Projektbuchung'
|
||||
}, {
|
||||
to: `/flatrate`,
|
||||
to: `/flatrate/`,
|
||||
label: 'Flatrate',
|
||||
'aria-label': 'Link dieser Seite: Flatrate'
|
||||
}, {
|
||||
to: `/references`,
|
||||
to: `/references/`,
|
||||
label: 'Referenzen',
|
||||
'aria-label': 'Link dieser Seite: Referenzen'
|
||||
}, {
|
||||
to: `/contact`,
|
||||
to: `/contact/`,
|
||||
label: 'Kontakt',
|
||||
'aria-label': 'Link dieser Seite: Kontakt'
|
||||
}, {
|
||||
to: '/imp',
|
||||
to: '/imp/',
|
||||
label: 'Impressum',
|
||||
'aria-label': 'Link dieser Seite: Impressum'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue