-
When deploying a docs.pages by default it is hosted at docs.page/org/home - but when adding a custom domain the subsequent changes creates two links (here the subdomain is 'subs'):
Is there any way to resolve this or best practices to handle this? |
Beta Was this translation helpful? Give feedback.
Answered by
Ehesp
Apr 5, 2023
Replies: 1 comment 1 reply
-
This should be handled automatically - if we detect that the incoming request ( For example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jwafu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should be handled automatically - if we detect that the incoming request (
docs.page/subs/home
) has a domain within the domains.json (subs/home
), any URLs on the rendered page should resolve back to the domain.For example: