properly use config function

This commit is contained in:
Ulf Gebhardt 2023-10-06 00:39:44 +02:00
parent 42e99cb126
commit 6c2b2e87e0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -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: [
@ -75,4 +76,4 @@ export default {
],
}),
],
}
})