Username via slug?
I have a sample app : https://slug_user.toddle.site/ It features a variable "slug " that is concatenated within the H1 string to display "Welcome User " . My goal is to use the slug as the username . For example : - https://slug_user.toddle.site/Andreas should show "Welcome Andreas " - https://slug_user.toddle.site/Kasper should show "Welcome Kasper " How can I do this ? - 😂3