From 1044ec810555dd4fe83313eb44c4f5f9d835c4b4 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:35:01 +1000 Subject: [PATCH] domain warning complete? --- app.vue | 4 ++++ components/DomainWarning.vue | 32 ++++++++++++++++++++++++++++++++ pages/index.vue | 5 ++--- 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 components/DomainWarning.vue diff --git a/app.vue b/app.vue index 0437d73..de5349f 100644 --- a/app.vue +++ b/app.vue @@ -1,5 +1,8 @@ @@ -10,6 +13,7 @@ import { SpeedInsights } from '@vercel/speed-insights/vue'; + diff --git a/components/DomainWarning.vue b/components/DomainWarning.vue new file mode 100644 index 0000000..b9e71f4 --- /dev/null +++ b/components/DomainWarning.vue @@ -0,0 +1,32 @@ + + + + Warning! my old domain clevertop.dev (which you're currently visiting from!), is expiring on June 19, to access my site, please use tabbycat.dev + + + + + + \ No newline at end of file diff --git a/pages/index.vue b/pages/index.vue index 6862d0d..5169fb1 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -5,11 +5,10 @@ // const route=useRoute(); // const path = computed(() =>route.path); // const path = ref(window.location.pathname); -console.log("starting meow"); +// console.log("starting meow"); // console.log(path); -const url = useRequestURL() -console.log('host name', url.hostname) + useSeoMeta({ title: "Home",
Warning! my old domain clevertop.dev (which you're currently visiting from!), is expiring on June 19, to access my site, please use tabbycat.dev