base URL #1305
base URL
#1305
-
The documentation talks about setting the base. This works for a path such as /credit-cards/ and the site shows up correctly when I run the following:
But for a path such as /docs/credit-cards/, I get 404 errors when I run the following:
The goal is to have different repositories for documentation for different products all deployed under the same domain and a common base - such as the following:
Is this possible to do? |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Sep 8, 2022
Replies: 1 comment
-
This appears to be a bug with
Then instead of
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
akil-rails
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This appears to be a bug with
polka
/sirv
. For now consider doing this:Then instead of
docs:serve
, run: