Skip to content

Commit 6a8995a

Browse files
committed
[Site] adjust external link config
1 parent e5654f3 commit 6a8995a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ux.symfony.com/src/Service/CommonMark/ConverterFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ public function __invoke(): CommonMarkConverter
3838
'generator' => 'https://github.com/symfony/ux/issues/%d',
3939
],
4040
],
41+
'external_link' => [
42+
'internal_hosts' => ['/(^|\.)symfony\.com$/'],
43+
],
4144
]);
4245

4346
$converter->getEnvironment()

0 commit comments

Comments
 (0)