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 769881e commit 6d5afaeCopy full SHA for 6d5afae
src/community/releases.md
@@ -39,8 +39,8 @@ You can find the latest stable release of Leaf on our [GitHub page](https://gith
39
```markdown:no-line-numbers
40
```
41
42
-<script>
43
- if (typeof fetch !== "undefined") {
+<script setup>
+ if (typeof window !== "undefined") {
44
fetch("https://api.github.com/repos/leafsphp/leaf/releases/latest")
45
.then(res => res.json())
46
.then(data => {
0 commit comments