feat(poc): try fix 404 error on prod dep

This commit is contained in:
Björn Meyer 2023-07-14 12:49:26 +02:00
parent 88f0016a1c
commit f2bf4d34b7

View File

@ -127,12 +127,12 @@ export async function requestSeoUrl(
{
type: 'equals',
field: 'seoPathInfo',
value: decodeURI(handle) + '/'
value: decodeURIComponent(handle) + '/'
},
{
type: 'equals',
field: 'seoPathInfo',
value: decodeURI(handle)
value: decodeURIComponent(handle)
}
]
}