You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using bisheng to build a site, and I encountered an issue when trying to deploy it under a subdirectory (e.g., /subdir/). According to the documentation, the root option in bisheng.config.js should handle this, but it doesn’t seem to work as expected.
Is there additional configuration needed to make the root option work?
Are there specific versions of bisheng or dependencies required for this functionality?
If this is a bug, I’d appreciate any guidance or workarounds while it’s being addressed. Thank you for your time and for maintaining this great project! 🙏
The text was updated successfully, but these errors were encountered:
Hi there, 👋
I’m using
bisheng
to build a site, and I encountered an issue when trying to deploy it under a subdirectory (e.g.,/subdir/
). According to the documentation, theroot
option inbisheng.config.js
should handle this, but it doesn’t seem to work as expected.Here’s what I tried:
Configuration:
Expected Behavior:
https://neurobangla.github.io/ocr-landing/
.Actual Behavior:
/
. Only on local hostNotFound
error.Steps to Reproduce:
git clone https://github.com/NeuroBangla/ocr-landing.git
git checkout 0e9f06a8248178b9fb774864cf076b5a78cc1ec7
yarn
yarn start
Questions:
root
option work?bisheng
or dependencies required for this functionality?If this is a bug, I’d appreciate any guidance or workarounds while it’s being addressed. Thank you for your time and for maintaining this great project! 🙏
The text was updated successfully, but these errors were encountered: