I’m trying to figure out if there’s a way to do this all within one weweb page as opposed to recreating each separately. More specifically I’m trying to find a way to have both the path with id and not subsequent slashes with the paths with a trailing slash…
Has anyone in the community tried this successfully?
Maybe you can use two path variables, and make sections in your page for each subpage. Then use conditional rendering to show only the correct subpage.
This will then just redirect the user to the default page
Maybe not what you are looking for but I think that’s the only solution I can think of unless weweb adds a possibility for having an empty url variable.