Open mmichaa opened 1 year ago
Because pathPrefix becomes <assetPrefix>/<pathPrefix> when both assetPrefix and pathPrefix are set. On the opposite basePath won't include the assetPrefix.
pathPrefix
<assetPrefix>/<pathPrefix>
assetPrefix
basePath
Because
pathPrefix
becomes<assetPrefix>/<pathPrefix>
when bothassetPrefix
andpathPrefix
are set. On the oppositebasePath
won't include theassetPrefix
.