diff --git a/src/index.tsx b/src/index.tsx index 0c38ae0..5845452 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -98,7 +98,6 @@ class MyComponent extends QuarkElement { this.#ecosystemLangs = this.#isZhLang ? langs["zh-CN"] : langs["en-US"] this.#isDocNotReady = false this.#techName = location.pathname.split('/')[2] - if(~['vanilla', 'angular', 'svelte'].indexOf(location.hostname.split('-')[0])) { this.#isDocNotReady = true } @@ -453,7 +452,7 @@ class MyComponent extends QuarkElement {