freedomdebug / github.io

个人主页

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'# Hello VuePress'

import type { UserConfig } from '@vuepress/cli'

export const config: UserConfig = {
  title: '你好, VuePress',

  themeConfig: {
    logo: 'https://vuejs.org/images/logo.png',
  },
}

About

个人主页