Skip to content

Commit

Permalink
debuggy off
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 13, 2024
1 parent 61ed25f commit 5dd17e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ const heraldcompute = computed(() => parseInt(heralds.value.length + (Date.now()
onMounted(async () => {
// select the version that matches the base
const base = site?.value?.base ?? '/';
console.log(versions);
console.log(versions.findIndex(version => version.base === base));
versionIndex.value = versions.findIndex(version => version.base === base) ?? 0;

// if data is already an array then we good
Expand Down

0 comments on commit 5dd17e5

Please sign in to comment.