fix type
This commit is contained in:
@@ -44,7 +44,7 @@ console.log({ base: typeof new_version !== 'undefined' ? '/' : '/docs/' })
|
||||
export default defineConfig({
|
||||
title: "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/',
|
||||
markdown: {
|
||||
config(md) {
|
||||
|
||||
Reference in New Issue
Block a user