5e-bits / docs

Documentation for the D&D 5e SRD API
https://5e-bits.github.io/docs/
3 stars 5 forks source link

fix: :bug: undefined paths in dynamic tutorials plugin #10

Closed fergcb closed 1 year ago

fergcb commented 1 year ago

Fixes an error where some environments don't provide a path with Dirent objects, causing reading tutorials lists to fail.

The plugin also now passes the baseUrl down so this is no longer hard-coded.