main
nurbek 3 years ago
parent 91b2633010
commit df04204927

@ -245,19 +245,16 @@
"description": "Qwik is designed for the fastest possible page load time, by delivering pure HTML with near 0 JavaScript.",
"icon": "Qwik.svg",
"dom": {
"html": {
"attributes": {
"q:version": "^([\\d\\.]+(?:-\\d+)?)\\;version:\\1"
}
},
"div": {
"html,body,div": {
"attributes": {
"q:version": "^([\\d\\.]+(?:-\\d+)?)\\;version:\\1",
"q:obj": "\\;confidence:50",
"q:host": "\\;confidence:50"
"q:host": "\\;confidence:50",
"q:base": "cdn\\.builder\\.io/"
}
}
},
"oss": true,
"website": "https://github.com/builderio/qwik"
"website": "https://qwik.builder.io"
}
}