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
{{ message }}
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
I'm trying to build to a sub directory, so for example:
https://example.com/docs-site-1
I'm currently using the baseURL key in the .gitdocs.json file, and that is compiling the webpages in a docs-site-1 directory fine. However the main bundle and static assets are outside of this directory in the .gitdocs_build directory. Is there any way to change this behavior to have it all compiled in the root .gitdocs_build directory with the anchor tags pointing to /docs-site-1/index.html?
Hi team! Great job on this project, it's awesome.
I'm trying to build to a sub directory, so for example:
I'm currently using the
baseURLkey in the.gitdocs.jsonfile, and that is compiling the webpages in adocs-site-1directory fine. However the main bundle and static assets are outside of this directory in the.gitdocs_builddirectory. Is there any way to change this behavior to have it all compiled in the root.gitdocs_builddirectory with the anchor tags pointing to/docs-site-1/index.html?Thanks for any input!