Отключение темной темы

This commit is contained in:
Aleksandr Anisin
2026-06-08 14:47:33 +03:00
parent 2a67c9b73a
commit 1e591e228c
+1
View File
@@ -48,6 +48,7 @@ export default defineConfig({
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/',
appearance: false,
markdown: { markdown: {
config(md) { config(md) {
md.use(tabsMarkdownPlugin) md.use(tabsMarkdownPlugin)