.
This commit is contained in:
parent
4d731cb2bb
commit
e763b68534
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ onMounted(() => {
|
||||||
<div class="relative z-50 flex w-full justify-center text-white">
|
<div class="relative z-50 flex w-full justify-center text-white">
|
||||||
<!-- Metadata -->
|
<!-- Metadata -->
|
||||||
<MetaSet title="Articles" description="Ramblings."
|
<MetaSet title="Articles" description="Ramblings."
|
||||||
background="/me.png" tags="blog, personal, author" />
|
background="/images/me.png" tags="blog, personal, author" />
|
||||||
|
|
||||||
<!-- Main Content -->
|
<!-- Main Content -->
|
||||||
<div class="mt-8 flex-col text-center">
|
<div class="mt-8 flex-col text-center">
|
||||||
|
|
|
@ -14,12 +14,12 @@ const { data } = await useAsyncData('about_me', () => queryContent('/about_me').
|
||||||
<div class="relative flex w-full justify-center text-white">
|
<div class="relative flex w-full justify-center text-white">
|
||||||
<!-- Metadata -->
|
<!-- Metadata -->
|
||||||
<MetaSet title="Home" description="TheFelidae's personal site"
|
<MetaSet title="Home" description="TheFelidae's personal site"
|
||||||
background="/me.png" tags="home, personal, author" />
|
background="/images/me.png" tags="home, personal, author" />
|
||||||
<div class="mt-8 flex-col text-center">
|
<div class="mt-8 flex-col text-center">
|
||||||
<div class="flex justify-center">
|
<div class="flex justify-center">
|
||||||
<div id="PFP" class="shadow-md rounded-full shadow-highlight">
|
<div id="PFP" class="shadow-md rounded-full shadow-highlight">
|
||||||
<img class="transition-all w-40 h-40 md:w-56 md:h-56 rounded-full"
|
<img class="transition-all w-40 h-40 md:w-56 md:h-56 rounded-full"
|
||||||
src="/me.png" alt="User PFP" />
|
src="/images/me.png" alt="User PFP" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue