This commit is contained in:
Бурденко Алексей
2025-07-28 15:17:03 +03:00
parent dcbb22232e
commit a75a69d522
+1 -1
View File
@@ -44,7 +44,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' })
export default defineConfig({ export default defineConfig({
title: "Beeline Cloud", title: "Beeline Cloud",
description: "Документация Beeline Cloud", description: "Документация Beeline Cloud",
head: [['link', { rel: 'icon', tupe: '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/',
markdown: { markdown: {
config(md) { config(md) {