fix: disable withtop until we find a fix

maybe it's js :(
This commit is contained in:
eggy
2023-05-23 16:54:36 -04:00
parent 87cf20ed48
commit 9e30863015
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
import Services from "@/components/index/services.vue";
import About from "@/components/index/about.vue";
definePageMeta({ layout: "withtop" });
//definePageMeta({ layout: "withtop" });
useTitle("Home", "Personal website!");
</script>