felix-berlin / astro-breadcrumbs

Well configurable breadcrumb component for Astro.js. Create breadcrumbs completely dynamically or specify exactly how they should look.
https://docs.astro-breadcrumbs.kasimir.dev
GNU General Public License v3.0
54 stars 7 forks source link

#262 Adds support for multipart Astro base URL #264

Closed joppekroon closed 2 months ago

joppekroon commented 2 months ago

Removes the extraneous path parts when there are multiple parts in the Astro base URL.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 71.98%. Comparing base (a7155f4) to head (e1c89a1). Report is 4 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #264 +/- ## ========================================== + Coverage 70.54% 71.98% +1.43% ========================================== Files 5 5 Lines 292 307 +15 Branches 32 35 +3 ========================================== + Hits 206 221 +15 Misses 86 86 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

felix-berlin commented 2 months ago

:tada: This PR is included in version 2.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: