BlitzKraig / fvtt-CommunityLighting

FoundryVTT Community Lighting Animations for 0.7.x+
MIT License
9 stars 6 forks source link

fvtt-CommunityLighting ignores foundry routePrefix for assets paths #21

Closed js-murph closed 3 years ago

js-murph commented 3 years ago

fvtt-CommunityLighting seems to ignore the routePrefix foundry option when configured for determining its default asset paths.

For example if routePrefix = "thing" all content is going to be at the base path of https://mydomain/thing/. The current behaviour of fvtt-CommunityLighting results in the following...

GET https://mydomain/modules/CommunityLighting/lights.json 404

It should however be doing...

GET https://mydomain/thing/modules/CommunityLighting/lights.json
BlitzKraig commented 3 years ago

Thank you for the report, I'll get this in as a high priority fix tonight

BlitzKraig commented 3 years ago

Hi js-murph, This issue should be resolved in 0.3.1, just released.

Thanks for the feedback!