import fs from 'fs' import path from 'path' import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const enConfig: LocaleSpecificConfig< DefaultTheme.Config > = { lang: 'en', themeConfig: { logo: '/logo.png', // langMenuLabel: 'English', siteTitle: 'UltimateKingdom', outlineTitle: 'On This Page', //logo: '/imgs/logo_256.png', lastUpdatedText: 'Last updated', } }