Skip to content

Commit

Permalink
treewide: update VuePress and plugins to latest available version
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed May 12, 2024
1 parent 64d1024 commit 8d4391c
Show file tree
Hide file tree
Showing 3 changed files with 1,208 additions and 1,084 deletions.
3 changes: 3 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { i18n, themeConfig } from "./i18n/index"
import { emiylTheme } from "./vuepress-theme";
import { viteBundler } from '@vuepress/bundler-vite';

themeConfig.translate.selectLanguageName = "Translate";

Expand Down Expand Up @@ -36,6 +37,8 @@ module.exports = {
lastUpdated: false
}),

bundler: viteBundler(),

head: [
[ 'link', { rel: 'apple-touch-icon', sizes: "180x180", href: '/assets/favicon/apple-touch-icon.png' } ],
[ 'link', { rel: 'icon', type: 'image/png', sizes: "16x16", href: '/assets/favicon/favicon-16x16.png' } ],
Expand Down
Loading

0 comments on commit 8d4391c

Please sign in to comment.