1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

update theme images path

This commit is contained in:
Miguel D 2020-03-05 23:38:06 -05:00
parent 8502d3a43d
commit 9f9f532a81
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -146,10 +146,10 @@
<ul>
<li class="mix" v-for="(theme, index) in data" v-bind:class="theme.filters">
<h3> {{ theme.name }} </h3>
<img v-if="window.location.href.indexOf('githubusercontent') > -1"
<img v-if="window.location.href.indexOf('github') > -1"
v-bind:alt="theme.name"
v-bind:src="'https://raw.githubusercontent.com/Mayccoll/Gogh/master' + theme.image">
<img v-if="window.location.href.indexOf('8890') > -1"
<img v-if="window.location.href.indexOf('gh-pages') > -1"
v-bind:alt="theme.name"
v-bind:src="'..' + theme.image">
</li>