feat: better default image
This commit is contained in:
parent
5f8b100f9e
commit
89fdda0122
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue