Skip to content

Pages & Links

Select any link on the canvas — or a component that takes a link, like a button — and the Settings section of the Inspector shows a link editor with five types:

  • Page — an internal link. Pick the destination from a list of your site’s pages, so there’s no URL to remember or mistype. An optional Section field jumps to a specific part of that page; when the destination is the page you’re currently viewing, it becomes a picker of the sections available there.
  • Section — a jump target on the current page (#pricing-style links, common in one-page sites and navbars). Pick from the sections on the page.
  • URL — an external address (https://…).
  • Email / Phone — writes mailto: / tel: links; just type the address or number, the prefix is handled for you.

When you rename a page or move it into a folder, its URL changes — and every internal link pointing at it is updated across the whole project automatically: links you created in the editor, link lists inside components (like a nav), and links in markdown content. The status bar tells you how many were updated.

Links that are computed by code (for example a URL built from a variable) are left alone — edit those in the code editor.