Skip to content

Commit

Permalink
👽 Add keplr page for Keplr dApp (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt authored Aug 14, 2023
1 parent cf76df0 commit 05a3dd6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/keplr.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script>
export default {
fetch({ redirect, localeLocation, query }) {
redirect(localeLocation({ name: 'index', query }));
},
};
</script>

0 comments on commit 05a3dd6

Please sign in to comment.