Skip to content

Commit

Permalink
Fix wrong method used to emulate route key
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 15, 2023
1 parent 6c932a1 commit 4556eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class DocumentationSearchIndex extends InMemoryPage
*/
public function __construct()
{
parent::__construct(ltrim(DocumentationPage::sourceDirectory().'/search.json', '/'), [
parent::__construct(ltrim(DocumentationPage::outputDirectory().'/search.json', '/'), [
'navigation' => ['hidden' => true],
]);
}
Expand Down

0 comments on commit 4556eed

Please sign in to comment.