From 4ddb6ad932130bc088f593cdf5a2d6d4c00d79b9 Mon Sep 17 00:00:00 2001 From: Ricky de Laveaga Date: Tue, 23 Jul 2024 00:37:55 -0700 Subject: [PATCH] add discernible name to anchor links to appease lighthouse note, undesirably, "anchor-" gets added to the slugified ID from `IdAttributePlugin`. --- _components/html/h2.webc | 2 +- _components/html/h3.webc | 2 +- _components/html/h4.webc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_components/html/h2.webc b/_components/html/h2.webc index 20ccdea..7fcf019 100644 --- a/_components/html/h2.webc +++ b/_components/html/h2.webc @@ -11,6 +11,6 @@ `${slots.text.default}`

- + anchor

\ No newline at end of file diff --git a/_components/html/h3.webc b/_components/html/h3.webc index bb389eb..f2628e1 100644 --- a/_components/html/h3.webc +++ b/_components/html/h3.webc @@ -1,5 +1,5 @@

- + anchor

\ No newline at end of file diff --git a/_components/html/h4.webc b/_components/html/h4.webc index 6f4c2fa..553163d 100644 --- a/_components/html/h4.webc +++ b/_components/html/h4.webc @@ -1,5 +1,5 @@

- + anchor

\ No newline at end of file