We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e4178 commit 2527c7cCopy full SHA for 2527c7c
1 file changed
astro.config.mjs
@@ -23,7 +23,7 @@ const response = await fetch(
23
},
24
);
25
const data = await response.json();
26
-const latestVersion = data.tag_name.replace('v', '');
+const latestVersion = data.tag_name?.replace('v', '') ?? '4.0.0';
27
28
const aeonikProVariants = [
29
{
0 commit comments