FIX: some fixes for rollout
schooling link, small issues with burger menu
This commit is contained in:
parent
65ebc71431
commit
d24115c865
7 changed files with 25 additions and 12 deletions
|
@ -5,3 +5,12 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue