Skip to content

Commit

Permalink
chore: update navigation path to profiles in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yy4382 committed Nov 15, 2024
1 parent e498eac commit d085104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/settings/index.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script setup lang="ts">
const localePath = useLocalePath();
await navigateTo(localePath("/settings/s3"));
await navigateTo(localePath("/settings/profiles"));
</script>

0 comments on commit d085104

Please sign in to comment.