From 09e459b2b83be4287c9764dcb8abefd317ab6cbb Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 25 Mar 2022 10:33:39 +1100 Subject: [PATCH] Update q.json --- src/technologies/q.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/technologies/q.json b/src/technologies/q.json index 5d1596a77..46ababbad 100644 --- a/src/technologies/q.json +++ b/src/technologies/q.json @@ -245,16 +245,13 @@ "description": "Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 JavaScript.", "icon": "Qwik.svg", "dom": { - "html,body,div": { + "*": { "attributes": { - "q:version": "^([\\d\\.]+(?:-\\d+)?)\\;version:\\1", - "q:obj": "\\;confidence:50", - "q:host": "\\;confidence:50", - "q:base": "cdn\\.builder\\.io/" + "q:version": "^([\\d\\.]+(?:-\\d+)?)\\;version:\\1" } } }, "oss": true, "website": "https://qwik.builder.io" } -} \ No newline at end of file +}