VEGA-5927 Изменение логотипа
This commit is contained in:
committed by
Речкина Елена Валерьевна
parent
d4888e088e
commit
712f7ddbc0
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user