diff --git a/.vitepress/hooks/Template.vue b/.vitepress/hooks/Template.vue index cea699881..c73c85c84 100644 --- a/.vitepress/hooks/Template.vue +++ b/.vitepress/hooks/Template.vue @@ -3,17 +3,10 @@ defineProps<{ title: string; description?: string; dir?: string }>();