diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index af7e53e..c31cb43 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -55,6 +55,14 @@ return [ 'value' => $app['meta']['siteName'], 'overwrite' => true, ], + 'X-Llms-Txt' => [ + 'value' => '/llms.txt', + 'overwrite' => true, + ], + 'Link' => [ + 'value' => '; rel="llms-txt", ; rel="llms-full-txt"', + 'overwrite' => true, + ], ], ], 'doctrine' => [