feat: add route alias for GoToSocial status
parent
5247b36b6d
commit
08293a107c
|
@ -4,6 +4,8 @@ import type { ComponentPublicInstance } from 'vue'
|
|||
definePageMeta({
|
||||
name: 'status',
|
||||
key: route => route.path,
|
||||
// GoToSocial
|
||||
alias: ['/:server/@:account/statuses/:status'],
|
||||
})
|
||||
|
||||
const route = useRoute()
|
||||
|
|
Loading…
Reference in New Issue