We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ca8c3 commit e0674cbCopy full SHA for e0674cb
utils/preview.js
@@ -32,7 +32,7 @@ const saveProjectPreviewImage = async (_data) => {
32
// Don't want to rely on "edition" for assuming index
33
for (let index = 0; index < _data.length; index++) {
34
const nft = _data[index];
35
- await loadImage(`${buildDir}/images/${nft.edition}.png`).then((image) => {
+ await loadImage(`${buildDir}/images/${nft.custom_fields.edition}.png`).then((image) => {
36
previewCtx.drawImage(
37
image,
38
thumbWidth * (index % thumbPerRow),
0 commit comments