Update 404.page.vue

This commit is contained in:
elibrody2 2023-11-06 18:01:44 -05:00 committed by GitHub
parent 2e1656db94
commit 58635b9087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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