update pathPrefix
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user