This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Regression in Altrairs altair.static.basePath #252
Closed
Description
Up to now Altair worked out of the box when not configuring anything. Through commit c490e65 as fix for #248 the default for altair.static.basePath
which is /
now concatenates with the /vendor/altair/
which makes it a protocol relative url looking for vendor
as domain.
I think it would be better when the altair.static.basePath
default would be empty string.