This commit is contained in:
Tabby 2025-06-04 17:19:20 +10:00
parent ccda48ca21
commit ffd60b4bca

View file

@ -1,6 +1,16 @@
<script setup lang="ts">
// import ProjectCard from '~/components/ProjectCard.vue';
// const route=useRoute();
// const path = computed(() =>route.path);
// const path = ref(window.location.pathname);
console.log("starting meow");
// console.log(path);
const url = useRequestURL()
console.log('host name', url.hostname)
useSeoMeta({
title: "Home",
ogTitle: "Home",