mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 12:14:42 +01:00
Update api url
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/content": "^1.15.0",
|
||||
"@nuxtjs/axios": "^5.13.6",
|
||||
"@nuxtjs/composition-api": "^0.29.3",
|
||||
"@nuxtjs/composition-api": "^0.30.0",
|
||||
"@nuxtjs/dotenv": "^1.4.1",
|
||||
"@nuxtjs/i18n": "^7.1.0",
|
||||
"@nuxtjs/proxy": "^2.1.0",
|
||||
|
||||
@@ -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
|
||||
|
||||
16
yarn.lock
16
yarn.lock
@@ -1449,18 +1449,18 @@
|
||||
defu "^5.0.0"
|
||||
lodash.template "^4.5.0"
|
||||
|
||||
"@nuxtjs/composition-api@^0.29.3":
|
||||
version "0.29.3"
|
||||
resolved "https://registry.yarnpkg.com/@nuxtjs/composition-api/-/composition-api-0.29.3.tgz#04ea6d4757ed0217fd45250913b70830d55f5b6b"
|
||||
integrity sha512-zHI807v8yrvxU8Cq/ISa7AYDRdBE5ajnuuSXEDrvFBX1KJh9ShxCeknZHzXrrnFKAXnIMcouMQnbgVtk5StTzw==
|
||||
"@nuxtjs/composition-api@^0.30.0":
|
||||
version "0.30.0"
|
||||
resolved "https://registry.yarnpkg.com/@nuxtjs/composition-api/-/composition-api-0.30.0.tgz#ea123798b8a9b2e74f80e22ccb38a3879b931e38"
|
||||
integrity sha512-IEuzCY5oUmXOTYkMNwdYQMagAxtlJRzQSDJ1o7LYt5KulOawfOm+wyyNfQxQMIPz/p5Df1UQ14ORDdQ+ZjWXIw==
|
||||
dependencies:
|
||||
"@vue/composition-api" "^1.2.4"
|
||||
"@vue/composition-api" "^1.3.3"
|
||||
defu "^5.0.0"
|
||||
estree-walker "^2.0.2"
|
||||
fs-extra "^9.1.0"
|
||||
magic-string "^0.25.7"
|
||||
ufo "^0.7.9"
|
||||
unplugin-vue2-script-setup "^0.6.11"
|
||||
unplugin-vue2-script-setup "^0.6.13"
|
||||
upath "^2.0.1"
|
||||
|
||||
"@nuxtjs/dotenv@^1.4.1":
|
||||
@@ -2160,7 +2160,7 @@
|
||||
optionalDependencies:
|
||||
prettier "^1.18.2 || ^2.0.0"
|
||||
|
||||
"@vue/composition-api@^1.2.4":
|
||||
"@vue/composition-api@^1.3.3":
|
||||
version "1.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.3.3.tgz#a782f2d40e41d4cbb6b4550692c7e01d2182d457"
|
||||
integrity sha512-mjhfLjpCBecARYVJX65F0TYerlJQWtEgKjom4Btuu0x7k701EcvL66zyWQryf64HuIj9YR4h6aNRhM0AP/E3eQ==
|
||||
@@ -9645,7 +9645,7 @@ unpipe@~1.0.0:
|
||||
resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec"
|
||||
integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=
|
||||
|
||||
unplugin-vue2-script-setup@^0.6.11:
|
||||
unplugin-vue2-script-setup@^0.6.13:
|
||||
version "0.6.13"
|
||||
resolved "https://registry.yarnpkg.com/unplugin-vue2-script-setup/-/unplugin-vue2-script-setup-0.6.13.tgz#ec492ce0101684facbc0b116be3314df23d337f5"
|
||||
integrity sha512-3jfzUhdKdI2gv1j62JZnuusbVWgBivUU24L3eAtezYe78xxa1CzEllTv34aCSAVC8ET6IdmiHcGvgSysmrv0pQ==
|
||||
|
||||
Reference in New Issue
Block a user