The URL section lets you specify the URL for the page.
<aside> 💡 This section is only available on Pages. For components you will see the “Attributes” section instead.
</aside>
If you click the URL in this section it will open the URL Editor. The URL Editor lets you specify the URL you want this page to be located at.
The left side lets you specify the path. The path decides where the page can be found. This allows you to create several pages with different paths for the same application·
e.g.
/
/about
/about/contact
URL paths consists of segments separated by “/”. You can add segments by clicking “Add path” and remove segments with the “-” button next to it. Segments can either be static which means that the name will literally show up in the url or a parameter meaning that any value is allowed in this part of the url.
In the example in the image above the path is /projects/project
The second segment is a parameter which means that the page will be shown for any of the following cases.
/projects/toddle
/projects/weather
/projects/todo