images
continuous-integration/drone/push Build is passing Details

main
Lucas DELANIER 1 year ago
parent afac726492
commit 5efca7e0ea

@ -19,7 +19,7 @@ const props = defineProps({
<InfoBuble>{{ props.year }}</InfoBuble> <InfoBuble>{{ props.year }}</InfoBuble>
<InfoBuble>{{ props.duration }}</InfoBuble> <InfoBuble>{{ props.duration }}</InfoBuble>
</div> </div>
<img :src="new URL(`./dir/${props.image}`, '/images/')" class="object-contain mb-6" <img :src="`/src/assets/images/${ props.image }`" class="object-contain mb-6"
:class=" props.important === true ? 'h-24' : 'h-10'" :alt="`logo de l'entreprise ${props.company}`"> :class=" props.important === true ? 'h-24' : 'h-10'" :alt="`logo de l'entreprise ${props.company}`">
<p class="text-xl text-gray-500" v-html="props.description"/> <p class="text-xl text-gray-500" v-html="props.description"/>

@ -5,6 +5,4 @@ import svgLoader from 'vite-svg-loader'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [vue(), svgLoader()], plugins: [vue(), svgLoader()],
base: "https://codefirst.iut.uca.fr/containers/lucasdelanier-portfolio",
}) })

Loading…
Cancel
Save