How to use relative paths in links?

Hi there!

Im trying to generate relative paths on the pages… for instance instead of /about id like to use ./about. But plasmic complains; it says that is an invalid path…

This is because I need to integrate the pages generated into another web path.

How can i solve this?

Hi @inevitable_cattle, if you’re talking about setting a page’s route, it doesn’t make sense for that to be relative, since you need something to be relative to (different inbound pages will have different relative paths to that page).

Can you instead keep the route absolute and call it /foo/about instead of /about?