mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
fix warnings
This commit is contained in:
parent
9d90136672
commit
2155a081e9
@ -27,7 +27,7 @@ export default defineUserConfig({
|
|||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
text: 'IT4C',
|
text: 'IT4C',
|
||||||
path: '/',
|
link: '/',
|
||||||
collapsible: false,
|
collapsible: false,
|
||||||
children: [
|
children: [
|
||||||
'/history',
|
'/history',
|
||||||
@ -40,10 +40,10 @@ export default defineUserConfig({
|
|||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
text: 'Gradido Software',
|
text: 'Gradido Software',
|
||||||
path: '/projects/gradido'
|
link: '/projects/gradido'
|
||||||
},
|
},
|
||||||
// { path: '/extras/contributing', text: 'Contributing ✨' },
|
// { link: '/extras/contributing', text: 'Contributing ✨' },
|
||||||
// { path: '/extras/license', text: 'License 📚' },
|
// { link: '/extras/license', text: 'License 📚' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -52,7 +52,7 @@ export default defineUserConfig({
|
|||||||
children: [
|
children: [
|
||||||
'/people/alexander-friedland',
|
'/people/alexander-friedland',
|
||||||
'/people/hannes-heine',
|
'/people/hannes-heine',
|
||||||
{ path: '/people/mathias-lenz', text: 'Mathias Lenz' },
|
{ link: '/people/mathias-lenz', text: 'Mathias Lenz' },
|
||||||
'/people/moriz-wahl',
|
'/people/moriz-wahl',
|
||||||
'/people/ulf-gebhardt',
|
'/people/ulf-gebhardt',
|
||||||
'/people/wolfgang-huss'
|
'/people/wolfgang-huss'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user