fix(head): added titles for non-tool pages
This commit is contained in:
		
							parent
							
								
									005ebfba31
								
							
						
					
					
						commit
						0a15892dde
					
				| @ -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> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user