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

View File

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