Sorry, I should make it clear.
Currently, logseq doesn’t redirect to the specified alias page because we haven’t figure out what’s the best solution. For example, we have three pages “A”, “B”, “C”, page “A” has an alias of page “B”, and page “B” has an alias of page “C”.
The problem here is which page should it redirects to when you click the page [[C]], page “B” or page “A”?
What if page “C” has an alias of page “A”? It’ll be a loop.
What logseq does support is that if you specified page “A” has both aliases of “B” and “C”, all the blocks which referenced any of the page A|B|C will be displayed on all the three pages.
Aliases example for markdown users:
---
title: A
alias: [[B]], [[C]]
---
I record a gif demo to show what logseq does for the record: