-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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(v2): add base url to opensearch.xml #4154
Conversation
[V1] Deploy preview success Built with commit ab09b08 |
Size Change: +2 B (0%) Total Size: 28.8 kB ℹ️ View Unchanged
|
Deploy preview for docusaurus-2 ready! Built with commit ab09b08 |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4154--docusaurus-2.netlify.app/classic/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
The preview using baseUrl show some missing baseurl for favicon + a double slash:
https://deploy-preview-4154--docusaurus-2.netlify.app/classic/opensearch.xml
packages/docusaurus-theme-search-algolia/src/templates/opensearch.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com>
@slorber missed it, thanks ✔️ |
Motivation
Fixes #4151.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Set
baseUrl
and check out opensearch.xml file.Preview - https://deploy-preview-4154--docusaurus-2.netlify.app/classic/opensearch.xml
Related PRs
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)