From 45657625e402ddcafad4a2c76f27b1dc10dd6dd8 Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Wed, 10 May 2023 18:17:56 +0200 Subject: [PATCH] remove content --- components/content/ProseH1.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/components/content/ProseH1.vue b/components/content/ProseH1.vue index 25ea7b5a..23edff06 100644 --- a/components/content/ProseH1.vue +++ b/components/content/ProseH1.vue @@ -13,7 +13,6 @@ import { useRuntimeConfig } from "#imports"; defineProps<{ id?: string }>(); const heading = 1; const { anchorLinks } = useRuntimeConfig().public.content; -console.log(anchorLinks); const generate = anchorLinks?.depth >= heading && !anchorLinks?.exclude.includes(heading); -- GitLab