import type { NavbarConfig } from '@vuepress/theme-default' export const navbarEn: NavbarConfig = [ { text: 'Guide', link: '/', }, { text: 'Changelog', link: 'https://github.com/WongSaang/chatgpt-ui/releases' } ]