Update api url

This commit is contained in:
2021-11-10 12:34:54 +01:00
parent 149cc54544
commit 6f3bfb9c15
6 changed files with 13 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
{{ $t(announce.message.code) }}
<img
v-if="announce.file"
:src="`https://athena.arthurdanjou.fr/files/${announce.file}`"
:src="`https://api.arthurdanjou.fr/files/${announce.file}`"
alt="Announce Cover File"
>
</div>

View File

@@ -8,7 +8,7 @@
>
<div class="h-full rounded-lg w-full bg-gray-100 dark:bg-gray-800">
<div class="max-w-full rounded-t-lg border-l-2 border-r-2 border-t-2 border-transparent dark:border-gray-900">
<img class="w-full rounded-t-lg" :src="`https://athena.arthurdanjou.fr/files/${cover}`" alt="Project Cover" />
<img class="w-full rounded-t-lg" :src="`https://api.arthurdanjou.fr/files/${cover}`" alt="Project Cover" />
</div>
<div class="py-8 px-4 lg:p-4 flex flex-col justify-between">
<div>

View File

@@ -6,7 +6,7 @@
<img
class="rounded-sm h-8 mr-2"
:alt="`Skill ${name} Image`"
:src="`https://athena.arthurdanjou.fr/files/${cover}`"
:src="`https://api.arthurdanjou.fr/files/${cover}`"
/>
<h1 :class="getColor" class="duration-300 md:font-lg font-md font-bold text-center text-gray-700 dark:text-gray-400">{{ name }}</h1>
</div>

View File

@@ -35,7 +35,7 @@
</div>
<div class="w-full">
<div class="flex justify-center w-full">
<img class="w-full" :src="`https://athena.arthurdanjou.fr/files/${postData.cover.file_name}`" alt="Cover Img" />
<img class="w-full" :src="`https://api.arthurdanjou.fr/files/${postData.cover.file_name}`" alt="Cover Img" />
</div>
</div>
<nuxt-content