use full paths for image
This commit is contained in:
@@ -207,7 +207,9 @@ const onesearchComponent = {
|
||||
},
|
||||
computed: {
|
||||
logoSrc() {
|
||||
return this.isDark ? "onesearch_logo3.png" : "onesearch_logo2.png";
|
||||
return this.isDark
|
||||
? "https://d2jv02qf7xgjwx.cloudfront.net/accounts/16298/images/onesearch_logo3.png"
|
||||
: "https://d2jv02qf7xgjwx.cloudfront.net/accounts/16298/images/onesearch_logo2.png";
|
||||
},
|
||||
},
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user