testing
This commit is contained in:
parent
ccda48ca21
commit
ffd60b4bca
1 changed files with 10 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue