refactor: set coerent head title for home page

This commit is contained in:
Corentin Thomasset 2022-05-30 20:35:22 +02:00
parent 6becdbb423
commit a46d125c19
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C

View file

@ -3,7 +3,7 @@ import { toolsWithCategory } from '@/tools';
import ToolCard from '../components/ToolCard.vue'; import ToolCard from '../components/ToolCard.vue';
import { useHead } from '@vueuse/head'; import { useHead } from '@vueuse/head';
useHead({ title: 'IT Tools' }); useHead({ title: 'IT Tools - Handy online tools for developers' });
</script> </script>
<template> <template>