-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
This is more of a question, than an issue.
kirby-static-site-generator/class.php
Line 68 in 54a02f3
$baseUrl = rtrim($baseUrl, '/') . '/'; |
This line generates faulty canonical links in our setup.
Our static sites runs in a subfolder (e.g. https://domain.tld/static). When generating a static site given this base url, the canonical link of the homepage always has a trailing slash. Thats not totally wrong, but unwanted in our case.
Since kirby already does a great job with generating urls, what is this line needed for?
sfaujour and herrherrmann
Metadata
Metadata
Assignees
Labels
No labels