-
Notifications
You must be signed in to change notification settings - Fork 133
fix: Get absoluteUrl from docusaurus context #2031
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
Conversation
|
Preview for this PR was built for commit |
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.
My last commit seems to work both during local development (although it's rendering https://localhost:3000/...) and in production build (there it correctly reads the url field from docusaurus.config.js).
wdyt?
|
Preview for this PR was built for commit |
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.
nice, i guess lets merge it right ahead, its not just the search that got broken, its basically anything client side, e.g. the "copy for llm" buttons
Closes #2030
Won't work on staging unfortunately, but managed to run with production build. See comments below.