Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(useCollection): use base url in index finder #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mtdvlpr
Copy link
Contributor

@mtdvlpr mtdvlpr commented Apr 10, 2024

Currently, when a base url is configured, the findCurrentIndex function compares p.url (/relative-url) with route.path (/base/relative-url) which causes the current, previous and next pages to not be found.

This PR should fix that.

Copy link

netlify bot commented Apr 10, 2024

👷 Deploy request for vitepress-theme-default-plus pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 0df92b2

@mtdvlpr
Copy link
Contributor Author

mtdvlpr commented May 8, 2024

@pirog, could you please review this when you get the time? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant