Fix & close OwlBoard/backend#67
Page pathname now contains trailing '/' due to Sveltekit changes.
This commit is contained in:
parent
27e56b4177
commit
bf93df98cd
@ -7,12 +7,12 @@
|
||||
},
|
||||
{
|
||||
title: 'PIS Finder',
|
||||
path: '/pis',
|
||||
path: '/pis/',
|
||||
svgPath: '/images/navigation/info.svg'
|
||||
},
|
||||
{
|
||||
title: 'Menu',
|
||||
path: '/more',
|
||||
path: '/more/',
|
||||
svgPath: '/images/navigation/more.svg'
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user