Skip to content

fix non-root baseURL usage

Erik Faye-Lund requested to merge kusma/mesa3d.org:fix-previews into main

It seems like the relURL function in Hugo has changed behavior at some point when getting passed input that starts with a trailing slash. Let's correct these, and instead pass URLs that are relative to the root.

This fixes rendering of previews on GitLab.

Merge request reports