mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
fix(head): added titles for non-tool pages
This commit is contained in:
parent
005ebfba31
commit
0a15892dde
3 changed files with 8 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import { useHead } from '@vueuse/head';
|
||||
|
||||
useHead({title: 'About - IT Tools'})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue