Skip to content

Commit e7622aa

Browse files
authored
Merge pull request #53 from jordanopensource/development
Release v1.1.3 of Aman Raqami
2 parents f2b6c0d + 3868322 commit e7622aa

File tree

3 files changed

+8183
-6615
lines changed

3 files changed

+8183
-6615
lines changed

.drone.yaml renamed to .drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ steps:
3232
from_secret: slack_webhook
3333
channel: heartbeat
3434
depends_on:
35-
- build and release JOSA strapi
35+
- build and release DSP web client

components/UI/Image.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
computed: {
1717
imageUrl() {
1818
try {
19-
return this.$config.APIBaseURL + this.format().url
19+
return this.format().url
2020
} catch {
21-
return this.$config.APIBaseURL + this.image.url
21+
return this.image.url
2222
}
2323
}
2424
},

0 commit comments

Comments
 (0)