diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 22b76b6..78a8a13 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -44,7 +44,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' }) // https://vitepress.dev/reference/site-config export default defineConfig({ srcDir: ".", - title: " ", + title: 'Beeline Cloud', description: "Документация Beeline Cloud", head: [['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/bee-favicon.png' }]], base: typeof new_version !== 'undefined' ? '/' : '/docs/', @@ -71,6 +71,14 @@ export default defineConfig({ } }, themeConfig: { + siteTitle: false, + notFound: { + title: 'Страница не найдена', + quote: 'Похоже, вы зашли в тупик. Но не волнуйтесь — всегда можно вернуться на главную.', + linkLabel: 'вернуться на главную', + linkText: 'Вернуться на главную', + code: '404', + }, logo: { light: '/img/logo-cloud.svg', dark: '/img/logo-cloud.svg',