Skip to content

Commit

Permalink
fix: weird linting issue with docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Sep 30, 2024
1 parent 333b12b commit 226c1ca
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Nachbearbeitung',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-procesamiento',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const frConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const nlConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Nabewerking',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down

0 comments on commit 226c1ca

Please sign in to comment.