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

Update gitlab ci

parent 083f05ac
No related branches found
No related tags found
No related merge requests found
Pipeline #59407 passed
......@@ -76,6 +76,10 @@ export default defineConfig((/* ctx */) => {
]
},
htmlVariables: {
title: 'Portfolio • Clement Franckelemon'
},
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#devserver
devServer: {
// https: true,
......
......@@ -59,7 +59,7 @@ const modules = ref([Pagination, Navigation])
onMounted(() => {
let i = 0;
imageProjet.value = images[props.id].map((img: string) => ({
src: `/public/${props.folder}/${img}`,
src: `${process.env.PUBLIC_PATH}/public/${props.folder}/${img}`,
nb: i++
}));
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment