Skip to content
Snippets Groups Projects
Commit a229a80d authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

Update gitlab ci

parent 38cfde8d
Branches
Tags
No related merge requests found
Pipeline #59408 passed
...@@ -59,7 +59,7 @@ const modules = ref([Pagination, Navigation]) ...@@ -59,7 +59,7 @@ const modules = ref([Pagination, Navigation])
onMounted(() => { onMounted(() => {
let i = 0; let i = 0;
imageProjet.value = images[props.id].map((img: string) => ({ imageProjet.value = images[props.id].map((img: string) => ({
src: `${process.env.PUBLIC_PATH}/public/${props.folder}/${img}`, src: `${process.env.BASE_URL}/public/${props.folder}/${img}`,
nb: i++ nb: i++
})); }));
}); });
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
first="CLEMENT" first="CLEMENT"
second="FRANCKELEMON" second="FRANCKELEMON"
accent="Alternant en 3ème année de BUT Informatique chez Nextoo" accent="Alternant en 3ème année de BUT Informatique chez Nextoo"
src="/public/images/profil.png" :src="`${process.env.BASE_URL}/public/images/profil.png`"
class="q-mb-xl" /> class="q-mb-xl" />
<div id="presentation" class="col-12" /> <div id="presentation" class="col-12" />
<PresentationView class="q-mb-xl" /> <PresentationView class="q-mb-xl" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment