diff --git a/src/technologies/a.json b/src/technologies/a.json index fb0928498..db1a85971 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3198,6 +3198,11 @@ "attributes": { "href": "/_astro/(?:common|index)-[\\d\\w]+\\.css" } + }, + "[class^='astro-']": { + "attributes": { + "class": "astro-[\\d\\w]{8,}" + } } }, "icon": "Astro.svg", @@ -3879,4 +3884,4 @@ "oss": true, "website": "http://augmented-ui.com" } -} \ No newline at end of file +}