Use back image as hidden

This commit is contained in:
Adam Goldsmith 2021-09-30 16:16:53 -04:00
parent 49cd5e7fc6
commit 70017044c0
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ exports.makeDeckJSON = function makeDeckJSON(pages, nickname, description) {
BackURL: String(page.back_url),
NumWidth: page.columns,
NumHeight: page.rows,
BackIsHidden: true,
};
return acc;
}, {}),