mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-12 17:05:50 +00:00
11 lines
298 B
TypeScript
11 lines
298 B
TypeScript
import { HeadConfig } from 'vuepress'
|
|
|
|
export default {
|
|
title: 'IT4C',
|
|
description:
|
|
'IT4C.dev stellt das IT Team for Change, seine angewandte Philosophie und Projekte vor.',
|
|
head: [
|
|
['meta', { name: 'viewport', content: 'width=device-width,initial-scale=1' }],
|
|
] as HeadConfig[],
|
|
}
|