Skip to content

Support <base> field for relative urls #94

@zealot128

Description

@zealot128

Recently, I stumbled upon a handful of CMS' that do not generate absolute urls in their hrefs, but ALWAYS use relative links, combined with a base href at the head:

https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/base

<base href='https://mysite.com'>
<a href='about_us'>

Spidr does not use base. So, when we finding the same link on the same subsite, it will generate: "about_us/about_us" which usually 404

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions