mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
feat(poc): try fix 404 error on prod dep
This commit is contained in:
parent
88f0016a1c
commit
f2bf4d34b7
@ -127,12 +127,12 @@ export async function requestSeoUrl(
|
|||||||
{
|
{
|
||||||
type: 'equals',
|
type: 'equals',
|
||||||
field: 'seoPathInfo',
|
field: 'seoPathInfo',
|
||||||
value: decodeURI(handle) + '/'
|
value: decodeURIComponent(handle) + '/'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'equals',
|
type: 'equals',
|
||||||
field: 'seoPathInfo',
|
field: 'seoPathInfo',
|
||||||
value: decodeURI(handle)
|
value: decodeURIComponent(handle)
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user