-
how to reuse the hold page with another route path? for example: A page in |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Dec 10, 2024
Replies: 1 comment
-
Define an alias |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Define an alias
definePage({ alias: '/page/to/b' })
if it's meant to be the same page. If not, define two pages and abstract the common parts in a component that is displayed in both pages.