You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
Virtual directory support incorrectly prepends the virtual directory to protocol relative URLs
To Reproduce
pretzel create --t=razor --withprojectpretzel bake --cleantarget --t=razor --destination=docs --vDir=somesite.github.ioThis produces
<link rel="stylesheet" href="/somesite.github.io//cdn.jsdelivr.net/highlight.js/8.4/styles/default.min.css" />Expected behavior
I would expect the virtual directory option to ignore protocol-relative URLs.
Desktop (please complete the following information):