1 Commits

Author SHA1 Message Date
Александр Анисин fc412a33c9 Технические изменения 2026-04-29 13:28:26 +03:00
+9 -1
View File
@@ -44,7 +44,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' })
// https://vitepress.dev/reference/site-config // https://vitepress.dev/reference/site-config
export default defineConfig({ export default defineConfig({
srcDir: ".", srcDir: ".",
title: " ", title: 'Beeline Cloud',
description: "Документация Beeline Cloud", description: "Документация Beeline Cloud",
head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]], head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]],
base: typeof new_version !== 'undefined' ? '/' : '/docs/', base: typeof new_version !== 'undefined' ? '/' : '/docs/',
@@ -71,6 +71,14 @@ export default defineConfig({
} }
}, },
themeConfig: { themeConfig: {
siteTitle: false,
notFound: {
title: 'Страница не найдена',
quote: 'Похоже, вы зашли в тупик. Но не волнуйтесь — всегда можно вернуться на главную.',
linkLabel: 'вернуться на главную',
linkText: 'Вернуться на главную',
code: '404',
},
logo: { logo: {
light: '/img/logo-cloud.svg', light: '/img/logo-cloud.svg',
dark: '/img/logo-cloud.svg', dark: '/img/logo-cloud.svg',