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
By default, assets will not have a trailing slash.
This + #85 gave me the impression that get_url('/about/) would return https://mysite.com/about/ but it was stripping the trailing slash because I wasn't using the internal linking (@/) feature.
Would it make sense to always append a trailing slash for anything that looks like a URL / directory? Eg anything that does not have a file extension?