1 parent bb9eb02 commit 8a0a373Copy full SHA for 8a0a373
1 file changed
config/autoload/local.php.dist
@@ -67,9 +67,9 @@ return [
67
'sourceDir' => realpath(__DIR__ . '/../../public/md-articles'),
68
'outputFile' => realpath(__DIR__ . '/../../public/llms-full.txt'),
69
// Markdown versions of the static pages, appended after the articles. Optional.
70
- 'pagesDir' => realpath(__DIR__ . '/../../public/md-pages'),
+ 'pagesDir' => realpath(__DIR__ . '/../../public/md-pages'),
71
// Short, categorized index of the blog, written by bin/generate-llms.
72
- 'indexFile' => realpath(__DIR__ . '/../../public/llms.txt'),
+ 'indexFile' => realpath(__DIR__ . '/../../public/llms.txt'),
73
],
74
/**
75
* Credentials for `bin/generate-packages`. Reading public repositories needs no token
0 commit comments