mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 05:53:25 +00:00 
			
		
		
		
	fix(head): added titles for non-tool pages
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import { useHead } from '@vueuse/head';
 | 
			
		||||
 | 
			
		||||
useHead({title: 'Page not found - IT Tools'})
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,7 @@
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import { useHead } from '@vueuse/head';
 | 
			
		||||
 | 
			
		||||
useHead({title: 'About - IT Tools'})
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,9 @@
 | 
			
		||||
<script setup lang="ts">
 | 
			
		||||
import { toolsWithCategory } from '@/tools';
 | 
			
		||||
import ToolCard from '../components/ToolCard.vue';
 | 
			
		||||
import { useHead } from '@vueuse/head';
 | 
			
		||||
 | 
			
		||||
useHead({title: 'IT Tools'})
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<template>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user