Fix asset paths are one depth higher
This path resolution things need to be reworked fundamentally.
Changes
1 changed files
(+1/-2)
-
-
await file.read(),
));
-
// Add trailing slash (empty string)
-
return toRelativePath(file.path, [...item.path, ""]);
+
return toRelativePath(file.path, item.path);
},
);
}
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- e4631a608c8f32ce13785a1c6e5c20bc60711830
- Parent
-
0a64c599
- Tab width
-