Skip to content

Commit

Permalink
⬆️ 修订vuepress2配置
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Dec 14, 2023
1 parent a0420dd commit 9a8c989
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,9 @@ import { defaultTheme } from 'vuepress'
const { description } = require('../../package')

export default {
/**
* Ref:https://v1.vuepress.vuejs.org/config/#title
*/
title: 'DicerGirl',
/**
* Ref:https://v1.vuepress.vuejs.org/config/#description
*/
description: description,

/**
* Extra tags to be injected to the page HTML `<head>`
*
* ref:https://v1.vuepress.vuejs.org/config/#head
*/
head: [
['meta', { name: 'theme-color', content: '#3eaf7c' }],
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
Expand Down

0 comments on commit 9a8c989

Please sign in to comment.