-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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: do not hardcode siteConfig path #1150
Conversation
Do not hardcode path in require to siteConfig
Deploy preview for docusaurus-preview ready! Built with commit 4e42759 |
I think the test may be wrong too.
Unless I am totally missing something here, this should be the proper fix to the path issue. |
This is because on test. process.cwd() is actually not |
I'm gonna patch this PR and make |
@endiliey - I trust you 👍 |
Motivation
Fix broken build
Fixes #1149
Have you read the Contributing Guidelines on pull requests?
Yes, I helped write them.
Test Plan
Local Testing
Related PRs
#1143