1
0
Fork 0

Fix relative path in hrefNewSet configuration

Fixes #250
This commit is contained in:
Jonathan Haas 2025-05-01 19:51:53 +02:00 committed by Joost De Cock
parent 83ff6b3b47
commit cb5cfffbb0

View file

@ -7,7 +7,7 @@ export const defaultConfig = {
// Link to create a new measurements set, set to false to disable
// TODO: this is the link to the sets page, the new set button is a dynamic popover on that page
// TODO and not directly linkable
hrefNewSet: 'account/data/sets/',
hrefNewSet: '/account/data/sets/',
// Cloud default image
cloudImageDflt:
'https://imagedelivery.net/ouSuR9yY1bHt-fuAokSA5Q/365cc64e-1502-4d2b-60e0-cc8beee73f00/public',