Skip to content

Commit

Permalink
fix: added base url to docs [WTEL-3840]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 22, 2023
1 parent 9337c26 commit 8ebf3ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const sidebarValidators = globbySync('pages/webitel-ui/validators/**/Readme.md',
export default defineConfig({
title: 'Webitel UI',
description: 'Webitel UI docs',
base: '/ui-sdk/new',
vite: {
ssr: {
noExternal: [
Expand Down

0 comments on commit 8ebf3ef

Please sign in to comment.