This commit is contained in:
Samuel Štancl 2019-09-18 09:07:34 +02:00
parent c93b11b0da
commit 87ef4776f6
7 changed files with 53 additions and 48 deletions

View file

@ -14,7 +14,7 @@ return [
},
'link' => function ($page, $path) {
return $page->baseUrl . '/' . $page->version() . '/' . $path . ($page->prettyUrls ? '' : '.html');
return $page->baseUrl . $page->version() . '/' . $path . ($page->prettyUrls ? '' : '.html');
},
// Algolia DocSearch credentials