Preserve manual paths from Convex catalog
This commit is contained in:
parent
9ac8006831
commit
bab6cb2156
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ function mapConvexProduct(product: ConvexProductDoc): Product {
|
|||
function mapConvexManual(manual: ConvexManualDoc): Manual {
|
||||
return {
|
||||
filename: manual.filename,
|
||||
path: manual.manualUrl || manual.path,
|
||||
path: manual.path,
|
||||
manufacturer: manual.manufacturer,
|
||||
category: manual.category,
|
||||
size: manual.size,
|
||||
|
|
|
|||
Loading…
Reference in a new issue