wf4/app/pages/index.vue
webfussel d24115c865 FIX: some fixes for rollout
schooling link, small issues with burger menu
2025-05-28 10:10:39 +02:00

16 lines
No EOL
329 B
Vue
Executable file

<template>
<div>
<Intro />
<Skills />
<SkillsEasy />
</div>
</template>
<script lang="ts" setup>
useHead({
link: [
{ rel: 'preload', as: 'image', href: '/img/profile_big.webp', type: 'image/webp' },
{ rel: 'preload', as: 'image', href: '/img/profile_small.webp', type: 'image/webp' },
],
})
</script>