Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jan 27, 2024
1 parent 0285088 commit 1a49f02
Show file tree
Hide file tree
Showing 3 changed files with 1,876 additions and 1,447 deletions.
10 changes: 7 additions & 3 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { viteBundler } from '@vuepress/bundler-vite'
import { defaultTheme } from '@vuepress/theme-default'
import { searchPlugin } from '@vuepress/plugin-search'
import { defineUserConfig } from 'vuepress'

module.exports = {

export default defineUserConfig({
head: [
['link', { rel: 'apple-touch-icon', sizes: '180x180', href: '/favicons/apple-touch-icon.png' }],
['link', { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicons/favicon-32x32.png' }],
Expand All @@ -28,6 +29,8 @@ module.exports = {

},

bundler: viteBundler(),

theme: defaultTheme({
// default theme config
repo: 'consolidation/robo',
Expand Down Expand Up @@ -113,6 +116,7 @@ module.exports = {
],
},
}),

plugins: [
searchPlugin({
locales: {
Expand All @@ -122,4 +126,4 @@ module.exports = {
},
}),
],
}
})
Loading

0 comments on commit 1a49f02

Please sign in to comment.