Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: append a
/
to the search link. (#432)
Most hosting providers HTTP redirect `mysite.com/docs/search?q=test` to `mysite.com/docs/search/?q=test`... except S3 which tosses out the query string and redirects to `mysite.com/docs/search/`. Rather than relying on the backend redirect to work, tweak the link here on the frontend to already contain the slash suffixed path.
- Loading branch information