Skip to content

Commit

Permalink
newer links
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Jul 4, 2023
1 parent 0ddb152 commit cbf4ccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pages/b/[id].vue → src/pages/beatmap/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ navigateTo({
})
definePageMeta({
alias: ['/b/:id', '/beatmaps/:id'],
render() {},
})
</script>
2 changes: 1 addition & 1 deletion src/pages/beatmapset/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { AppScoresRankingSystemSwitcher } from '#components'
import type { Label } from '~/composables/useLinks'
definePageMeta({
alias: ['/s/:id'],
alias: ['/s/:id', '/beatmapsets/:id'],
})
const app$ = useNuxtApp()
Expand Down

0 comments on commit cbf4ccc

Please sign in to comment.