Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove redirect on landing page
Browse files Browse the repository at this point in the history
itsacoyote committed May 20, 2024
1 parent ee5fc61 commit 16b9429
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
<script setup lang="ts">
useHead({
meta: [
{
'http-equiv': 'refresh',
content: '0; url=/sdk',
},
],
});
</script>

<template>
<UPageError
:status="200"

0 comments on commit 16b9429

Please sign in to comment.