Skip to content

Commit

Permalink
properly use config function
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Oct 5, 2023
1 parent 42e99cb commit 6c2b2e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { searchProPlugin } from 'vuepress-plugin-search-pro'
import { hopeTheme } from 'vuepress-theme-hope'
import { defineUserConfig } from 'vuepress'

export default {
export default defineUserConfig({
title: 'IT Team for Change',
description: 'IT4C.dev introduces the IT Team for Change, applied Philosophy and Projects.',
head: [
Expand Down Expand Up @@ -75,4 +76,4 @@ export default {
],
}),
],
}
})

0 comments on commit 6c2b2e8

Please sign in to comment.