FIX: trailing slashes

Fix trailing slashes for links
This commit is contained in:
webfussel 2025-06-09 08:11:00 +02:00
parent 4726749456
commit 9930b39578
4 changed files with 11 additions and 11 deletions

View file

@ -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'
}