mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-21 23:40:40 +01:00
Update api url
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user