mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-16 06:04:50 +08:00
refactor: set coerent head title for home page
This commit is contained in:
parent
6becdbb423
commit
a46d125c19
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue