We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e671c commit 0f4a9c1Copy full SHA for 0f4a9c1
docs/smart-http/README.md
@@ -11,7 +11,10 @@ permalink: /smart-http/
11
postList: none
12
---
13
<script>
14
-location.href="https://smartboot.tech/feat/"
+if(typeof location!== 'undefined'){
15
+ location.href="https://smartboot.tech/feat/"
16
+}
17
+
18
</script>
19
<p align="center">
20
<a href='https://gitee.com/smartboot/smart-http' target="_blank"><img src='https://gitee.com/smartboot/smart-http/badge/star.svg?theme=gvp' alt='star' class="no-zoom"/></a>
0 commit comments