update pathPrefix

This commit is contained in:
2021-02-14 13:01:53 +02:00
parent 53ba49b37b
commit fed9fd9e83
10 changed files with 28 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
<div class="inline-flex items-center flex-shrink-0">
<a href="/" class="flex">
<img
src="/img/TFN_black.svg"
:src="require(`!!assets-loader!@images/TFN_black.svg`)"
class="mr-3 fill-current"
width="180"
v-if="theme == 'light'"
@@ -19,12 +19,28 @@
/>
<img
src="/img/TFN_white.svg"
:src="require(`!!assets-loader!@images/TFN_black.svg`)"
class="mr-3 fill-current"
width="180"
v-else
alt=""
/>
<!-- <g-image
v-if="theme == 'light'"
width="180"
class="mr-3 fill-current"
:src="require(`!!assets-loader!@images/TFN_black.svg`)"
alt=""
/>
<g-image
v-else
width="180"
class="mr-3 fill-current"
:src="require(`!!assets-loader!@images/TFN_white.svg`)"
alt=""
/> -->
<!-- <span
class="hidden md:block font-semibold text-xl tracking-tight"
>{{ $static.metadata.siteName }}</span
@@ -214,7 +230,7 @@
</li>
</ul>
</div>
</header>
</header>
</div>
</template>