|
@@ -3,7 +3,7 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'
|
|
|
export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|
|
themeConfig: {
|
|
|
editLink: {
|
|
|
- pattern: 'https://github.com/tresjs/tres/edit/main/packages/docs/:path',
|
|
|
+ pattern: 'https://github.com/tresjs/tres/edit/main/docs/:path',
|
|
|
text: 'Änderungen an dieser Seite vorschlagen',
|
|
|
},
|
|
|
sidebar: [
|