•Created by indigo.snowboll on 4/28/2025 in #support
Same route for private and protected content
Hi,
Is there a way to have a single route show different content depending on the user being logged in or not?
I came up with this, but I'm pretty sure it's incorrect:
export default function PublicLayout(props: RouteSectionProps) {