-
i'll be happy to host my public website in the |
Beta Was this translation helpful? Give feedback.
Answered by
nedgar
Oct 18, 2023
Replies: 1 comment 1 reply
-
I was looking for this too. I don't see it in the doc on the main site, but it is possible. Try adding this to your keystone config: {
...
ui: {
isDisabled: false,
basePath: '/admin',
}
} See the AdminUIConfig type. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dcousens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was looking for this too. I don't see it in the doc on the main site, but it is possible. Try adding this to your keystone config:
See the AdminUIConfig type.