Hello, could you please shed some light about the "link redirection" thing? I may try to make a simple integration plugin in the future if it makes sense. Still getting my feet wet with Linen as of now.
e
Emil Ajdyna
03/14/2023, 8:18 AM
I'm not 100%, but I think that @Kam simply meant that if you use your own hosting (in the premium edition of linen), then you have control over the url and you can simply link to it within your domain.
k
Kam
03/14/2023, 11:52 AM
Hey Jeff moving this out to a separate thread. If you are referring to Link redirection in the code base it is based on how we handle pathing. Historically we handled pathing based on subdomains. We changed it to subpath handling similar to reddit. The reason for this was for SEO purposes. We also have a path redirection that is responsible for routing paths from different customers' subdomains to the correct pathing so we can reuse the pages.
Kam
03/14/2023, 11:53 AM
Happy to hop on a call too. We're getting more things together to help contributors this week including documentation so let us know what is confusing and we can include it in the architecture section etc