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