diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 27c0eed..c705981 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -43,7 +43,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' }) // https://vitepress.dev/reference/site-config export default defineConfig({ srcDir: ".", - title: "cloud", + title: " ", description: "Документация Beeline Cloud", head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]], base: typeof new_version !== 'undefined' ? '/' : '/docs/', @@ -65,9 +65,9 @@ export default defineConfig({ }, themeConfig: { logo: { - light: '/logo-light-theme.svg', - dark: '/logo-dark-theme.svg', - alt: 'cloud', + light: '/public/img/logo-cloud.svg', + dark: '/public/img/logo-cloud.svg', + alt: '', }, search: { provider: 'local', diff --git a/src/public/img/logo-cloud.svg b/src/public/img/logo-cloud.svg new file mode 100644 index 0000000..677dba3 --- /dev/null +++ b/src/public/img/logo-cloud.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/public/logo-dark-theme.svg b/src/public/logo-dark-theme.svg deleted file mode 100644 index 9a871f4..0000000 --- a/src/public/logo-dark-theme.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - diff --git a/src/public/logo-light-theme.svg b/src/public/logo-light-theme.svg deleted file mode 100644 index deb3a50..0000000 --- a/src/public/logo-light-theme.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - -