I’m wondering if its possible to overwrite the Kirbytext link tag so that it doesn’t include the Base URL for links like /link. I’d like to use the generated links within a nuxt frontend hosted under a different URL.
Could this be done? Any pointers in the right direction would be appreciated.
the core link kirbytag is very clever with parsing the link. your current implementation only takes fully qualified urls.
consider at least using url($tag->link) to make internal urls easier to enter again.