feat: better default image

This commit is contained in:
Matthieu Bessat 2020-08-04 18:11:44 +02:00
parent 5f8b100f9e
commit 89fdda0122

View file

@ -97,7 +97,7 @@ export default class PublicController {
} }
if (!Utils.isStrUsable(version, 'cover.location')) { if (!Utils.isStrUsable(version, 'cover.location')) {
version.cover.location = "https://fva-condorcet.s3.fr-par.scw.cloud/rrQC0FP.png" version.cover.location = "https://fva-condorcet.s3.fr-par.scw.cloud/default-cover-plz-get-you-a-real-image.jpg"
} }
// if (lastPublished !== null) { // if (lastPublished !== null) {