Adds 'no-referrer' in hope we can fix the portrait image from google

This commit is contained in:
2024-10-07 01:02:10 -04:00
parent 08df14bfab
commit 98cdac9b0a

View File

@@ -6,7 +6,6 @@ import {ref} from "vue";
import {useI18n} from 'vue-i18n';
import {useCreatorProfileStore} from "@/stores/creatorProfileStore.js";
import {useUserProfileStore} from "@/stores/userProfileStore.js";
import HutopyIcon from '@/assets/icons/hutopy.svg'
const {locale} = useI18n();
const router = useRouter();
@@ -41,10 +40,11 @@ initializeLocale();
<!-- LOGO HUTOPY -->
<router-link to="/">
<img src="/images/hutopymedia/banners/hutopy.png" alt="hutopy"
<img src="/images/hutopymedia/banners/hutopy.png"
alt="hutopy"
width="300px"
height="64px">
<div class="flex justify-end" >ALPHA</div>
<div class="flex justify-end">ALPHA</div>
</router-link>
</div>
@@ -65,6 +65,7 @@ initializeLocale();
<img
:src="userProfileStore.portraitUrl"
alt="Profile Image"
referrerpolicy="no-referrer"
class="rounded-full"
width="42"
height="42"
@@ -76,8 +77,6 @@ initializeLocale();
</div>
<div class="flex flex-column gap-4">
<!-- YOUR PAGE -->
<router-link v-if="creatorProfileStore.hasCreator"