mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
properly use config function
This commit is contained in:
parent
42e99cb126
commit
6c2b2e87e0
@ -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 {
|
||||
],
|
||||
}),
|
||||
],
|
||||
}
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user