Anyone using #WithAstro willing to help a noob?
I am setting up a website with two pages A.mdx and B.mdx. I want to put a link to page B on page A. But of course I don't want to hardcode the whole site's URL, I want to put a relative link.
I tried to use Astro.url from page A, but the Astro […]