We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2b6c0d + 3868322 commit e7622aaCopy full SHA for e7622aa
.drone.yaml renamed to .drone.yml
@@ -32,4 +32,4 @@ steps:
32
from_secret: slack_webhook
33
channel: heartbeat
34
depends_on:
35
- - build and release JOSA strapi
+ - build and release DSP web client
components/UI/Image.vue
@@ -16,9 +16,9 @@
16
computed: {
17
imageUrl() {
18
try {
19
- return this.$config.APIBaseURL + this.format().url
+ return this.format().url
20
} catch {
21
- return this.$config.APIBaseURL + this.image.url
+ return this.image.url
22
}
23
24
},
0 commit comments