Skip to content

Commit 05a3dd6

Browse files
authored
👽 Add keplr page for Keplr dApp (#1293)
1 parent cf76df0 commit 05a3dd6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/pages/keplr.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<script>
2+
export default {
3+
fetch({ redirect, localeLocation, query }) {
4+
redirect(localeLocation({ name: 'index', query }));
5+
},
6+
};
7+
</script>

0 commit comments

Comments
 (0)