Page pathname now contains trailing '/' due to Sveltekit changes.
This commit is contained in:
Fred Boniface 2024-02-19 11:23:31 +00:00
parent 27e56b4177
commit bf93df98cd
1 changed files with 2 additions and 2 deletions

View File

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