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 am using bisheng to build my site, as it was part of the template I started with. However, I am encountering an issue with configuring the base path. Currently, the site only loads correctly at /, but for any other pages, it redirects to the NotFound page.
I believe this issue might be related to the inability to set a custom base path for my project. I’ve gone through the documentation but couldn’t find a clear solution for modifying the base path in bisheng.
Here are additional details for context:
The site is deployed at a non-root (/ocr-landing) path.
The issue persists for any navigation beyond the root (/).
I am using
bisheng
to build my site, as it was part of the template I started with. However, I am encountering an issue with configuring the base path. Currently, the site only loads correctly at/
, but for any other pages, it redirects to theNotFound
page.I believe this issue might be related to the inability to set a custom base path for my project. I’ve gone through the documentation but couldn’t find a clear solution for modifying the base path in bisheng.
Here are additional details for context:
/ocr-landing
) path./
).Could you please guide me on how to configure the base path properly in bisheng? Is there a setting or workaround I can apply?
Complete repository: https://github.com/NeuroBangla/ocr-landing/tree/0e9f06a8248178b9fb774864cf076b5a78cc1ec7
The text was updated successfully, but these errors were encountered: