We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally posted by paulrudy December 8, 2024 I'd like to suggest a Pagefind UI configuration option to strip trailing slashes in Pagefind results.
I understand that this can be done by passing a function to Pagefind's processResult config option as Astro's Starlight does.
But I think it might be useful enough, to enough people, to have as a standalone configuration option.
I think the ideal would be to replace the keep-index-url indexing option with some sort of "URL behavior" option.
e.g. --url-format "trailing-slash" (default) or --url-format "keep-index" or --url-format "strip-trailing-slash"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #749
Originally posted by paulrudy December 8, 2024
I'd like to suggest a Pagefind UI configuration option to strip trailing slashes in Pagefind results.
I understand that this can be done by passing a function to Pagefind's processResult config option as Astro's Starlight does.
But I think it might be useful enough, to enough people, to have as a standalone configuration option.
Thoughts:
The text was updated successfully, but these errors were encountered: