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

feature request: export src/shared/shared's normalize() #4401

Open
4 tasks done
olets opened this issue Dec 3, 2024 · 0 comments
Open
4 tasks done

feature request: export src/shared/shared's normalize() #4401

olets opened this issue Dec 3, 2024 · 0 comments

Comments

@olets
Copy link
Contributor

olets commented Dec 3, 2024

Is your feature request related to a problem? Please describe.

I use page hrefs in dynamic <meta> tags, for example in og:url. It'd be great if VitePress provided a way to reliably reference the page's pathname, to ensure that that part of the dynamic meta content is correct.

Describe the solution you'd like

Export this function:

function normalize(path: string): string {

Describe alternatives you've considered

Currently, I copy normalize, HASH_OR_QUERY_RE, and INDEX_OR_EXT_RE from src/shared/shared.ts to my VitePress config. That's brittle and inelegant.

Additional context

No response

Validations

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

No branches or pull requests

1 participant