1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-23 07:09:37 +02:00

fix(head): added titles for non-tool pages

This commit is contained in:
Corentin Thomasset 2022-04-19 13:19:44 +02:00
parent 005ebfba31
commit 0a15892dde
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C
3 changed files with 8 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<script setup lang="ts">
import { useHead } from '@vueuse/head';
useHead({title: 'Page not found - IT Tools'})
</script>
<template>