VEGA-5927 Изменение логотипа

This commit is contained in:
Русович Виолетта Игоревна
2025-11-24 08:57:29 +00:00
committed by Речкина Елена Валерьевна
parent d4888e088e
commit 712f7ddbc0
4 changed files with 5 additions and 52 deletions
+4 -4
View File
@@ -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',